1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Gisle: free used memory better

This commit is contained in:
Daniel Stenberg 2004-06-24 14:40:16 +00:00
parent 785bad388b
commit bbb72b7b6b

View File

@ -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)