Loading TODO +0 −5 Original line number Diff line number Diff line Loading @@ -25,8 +25,3 @@ turned on (after that, it'll work for all images in the slideshow). Maybe I'll someday find out how to fix that :> Make --start-at work with paths as well Fix Memory leaks in the menu. Sub-menus generated using the callbacks (feh_menu_func_gen_*) don't get properly freed. Looks like their background image somehow remains in memory or something. src/menu.c +3 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,9 @@ void feh_menu_free(feh_menu * m) } pl = l; } if (m->bg) gib_imlib_free_image_and_decache(m->bg); free(m); D_RETURN_(4); Loading Loading
TODO +0 −5 Original line number Diff line number Diff line Loading @@ -25,8 +25,3 @@ turned on (after that, it'll work for all images in the slideshow). Maybe I'll someday find out how to fix that :> Make --start-at work with paths as well Fix Memory leaks in the menu. Sub-menus generated using the callbacks (feh_menu_func_gen_*) don't get properly freed. Looks like their background image somehow remains in memory or something.
src/menu.c +3 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,9 @@ void feh_menu_free(feh_menu * m) } pl = l; } if (m->bg) gib_imlib_free_image_and_decache(m->bg); free(m); D_RETURN_(4); Loading