diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-03 19:45:11 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-03 19:45:18 +0200 |
commit | 308031b69cd440534ee076dcaabba93e489b4faf (patch) | |
tree | 4519a3d74a25b297ccf0a99b65f971c20fd41a14 /TODO | |
parent | 066049d1c875892e3863989cea0bee07f3ab3a38 (diff) |
Fix memory leak related to the menu
The menu background images were not properly free()d
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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. |