Fixed missing cleanup

This commit is contained in:
Maxim Biro 2014-01-20 14:09:20 -05:00
parent 522f90fee1
commit b67d6bd024

View File

@ -224,6 +224,7 @@ int bootstrap_from_config(char *cfg_file_path, DHT *dht, int enable_ipv6)
server = config_setting_get_elem(server_list, 0);
if (server == NULL) {
config_destroy(&cfg);
return 0;
}