X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fsystray%2Fsystraybar.c;h=f551623a660ffafaf615cebe6cb4c78bd18b168f;hb=643543c7ff5dd2f0552ed20c98b2ced0490771c6;hp=dbe2c82e266ea493e565ae0b68c9cc5ec2cb4a38;hpb=cbb9b4d7de7e4a439dd586a8c8d4cd5f4e4622ba;p=chaz%2Ftint2 diff --git a/src/systray/systraybar.c b/src/systray/systraybar.c index dbe2c82..f551623 100644 --- a/src/systray/systraybar.c +++ b/src/systray/systraybar.c @@ -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(); }