Fixed a memory leak

This commit is contained in:
Scoopta 2019-12-01 23:17:23 -08:00
parent 5e5729e7fc
commit b8b63c416c

View File

@ -81,6 +81,7 @@ void wofi_run_init(struct map* config) {
} while((str = strtok_r(NULL, ":", &save_ptr)) != NULL);
free(path);
map_free(cached);
map_free(entries);
}
void wofi_run_exec(const gchar* cmd) {