Skip to content
Snippets Groups Projects
Commit 43cb03e3 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

fix memory leak (free exec_absolute_path)

parent 1c9186fe
No related branches found
No related tags found
No related merge requests found
......@@ -334,6 +334,7 @@ void feh_wm_gen_bg_script(char* fil, int centered, int scaled, int filled, int u
fclose(fp);
}
free(path);
free(exec_absolute_path);
}
void feh_wm_set_bg(char *fil, Imlib_Image im, int centered, int scaled,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment