diff --git a/modes/run.c b/modes/run.c index cf54be5..fa5dc9a 100644 --- a/modes/run.c +++ b/modes/run.c @@ -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) {