projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
785bad3
)
Gisle: free used memory better
author
Daniel Stenberg
<daniel@haxx.se>
Thu, 24 Jun 2004 14:40:16 +0000
(14:40 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Thu, 24 Jun 2004 14:40:16 +0000
(14:40 +0000)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index c759fcc630572fa3ee03c6edb31092a939c46257..0a5624ba13a7e39e2914948d5619e574f849befd 100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-2623,6
+2623,10
@@
static void free_config_fields(struct Configurable *config)
free(config->random_file);
if(config->egd_file)
free(config->egd_file);
+ if(config->trace_dump)
+ free(config->trace_dump);
+ if(config->cipher_list)
+ free(config->cipher_list);
if(config->userpwd)
free(config->userpwd);
if(config->postfields)