all repos — tint2 @ 1ad9ff84f96f1cee90d5616b57d97c1e4e0a35f9

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

mem leak

git-svn-id: http://tint2.googlecode.com/svn/trunk@261 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
thilor77 thilor77@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

1ad9ff84f96f1cee90d5616b57d97c1e4e0a35f9

parent

07fff0ca72c386c1ea943e98516e30e4fa99bf09

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/tint.csrc/tint.c

@@ -166,6 +166,7 @@ img = imlib_create_image_from_drawable(0, 0, 0, panel->area.width, panel->area.height, 0);

imlib_context_set_image(img); imlib_save_image(path); + imlib_free_image(); }