Skip to content
Snippets Groups Projects
Commit 472bd571 authored by Daniel Lockyer's avatar Daniel Lockyer
Browse files

src/main.c: free the malloc'ed sections of the options

parent 3cc26689
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,9 @@ void feh_clean_exit(void)
{
delete_rm_files();
free(opt.menu_bg);
free(opt.menu_font);
if (opt.filelistfile)
feh_write_filelist(filelist, opt.filelistfile);
......
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