Commit 066049d1 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

TODO: Update notes about memory leaks

parent 6eb1ac73
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -26,4 +26,7 @@ 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 apparently never got properly free()d)
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.