]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.c
*fix* memleak
[chaz/tint2] / src / systray / systraybar.c
index dbe2c82e266ea493e565ae0b68c9cc5ec2cb4a38..f551623a660ffafaf615cebe6cb4c78bd18b168f 100644 (file)
@@ -516,7 +516,7 @@ void systray_render_icons(TrayWindow* traywin)
                render_image(panel->main_win, traywin->x, traywin->y, traywin->width, traywin->height);
                render_image(systray.area.pix.pmap, traywin->x-systray.area.posx, traywin->y-systray.area.posy, traywin->width, traywin->height);
        }
-       imlib_free_image();
+       imlib_free_image_and_decache();
 }
 
 
This page took 0.026905 seconds and 4 git commands to generate.