*add* changed everything to kernel timer for easier integration with new timer
*todo* adapt tooltip also to the timer syntax *fix* memory leak git-svn-id: http://tint2.googlecode.com/svn/trunk@266 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -265,6 +265,11 @@ void cleanup_panel()
|
||||
|
||||
if (panel1) free(panel1);
|
||||
panel1 = 0;
|
||||
|
||||
if (panel_config.g_task.font_desc) {
|
||||
pango_font_description_free(panel_config.g_task.font_desc);
|
||||
panel_config.g_task.font_desc = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user