mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Gisle: free used memory better
This commit is contained in:
parent
785bad388b
commit
bbb72b7b6b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user