cleanup taskbar_name

git-svn-id: http://tint2.googlecode.com/svn/trunk@598 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-11-14 15:34:14 +00:00
parent 240c1dc416
commit 14b6d45761
4 changed files with 29 additions and 46 deletions

View File

@@ -105,6 +105,8 @@ void cleanup_panel()
if (!panel1) return;
cleanup_taskbar();
// taskbarname_font_desc freed here because cleanup_taskbarname() called on _NET_NUMBER_OF_DESKTOPS
if (taskbarname_font_desc) pango_font_description_free(taskbarname_font_desc);
int i;
Panel *p;