*fix* memleak

*fix* issue 192



git-svn-id: http://tint2.googlecode.com/svn/trunk@319 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-01-05 11:21:18 +00:00
parent 6cdf27ddfd
commit da8a260659
3 changed files with 14 additions and 1 deletions

View 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();
}