summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-05-03 17:07:04 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-05-03 17:07:04 +0200
commit066049d1c875892e3863989cea0bee07f3ab3a38 (patch)
tree0ed036909c2be07ee0f4d4577aa2abd24892c476
parent6eb1ac734e9b4383e9b7f30d51abdee52ade12db (diff)
TODO: Update notes about memory leaks
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index c71fe1a..afad558 100644
--- a/TODO
+++ b/TODO
@@ -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.