projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cd0476
)
(h_output): Free guard after we are done.
author
drepper
<drepper>
Fri, 7 Apr 2006 02:56:21 +0000
(
02:56
+0000)
committer
drepper
<drepper>
Fri, 7 Apr 2006 02:56:21 +0000
(
02:56
+0000)
sunrpc/rpc_main.c
patch
|
blob
|
history
diff --git
a/sunrpc/rpc_main.c
b/sunrpc/rpc_main.c
index
2679720
..
0ddda83
100644
(file)
--- a/
sunrpc/rpc_main.c
+++ b/
sunrpc/rpc_main.c
@@
-661,6
+661,7
@@
h_output (const char *infile, const char *define, int extend,
}
fprintf (fout, "\n#endif /* !_%s */\n", guard);
+ free (guard);
close_input ();
close_output (outfilename);
}