From 32db15ae50ef2672c3431e2c4ab130250130047f Mon Sep 17 00:00:00 2001 From: o9000 Date: Mon, 9 Feb 2015 07:58:34 +0000 Subject: [PATCH] Fix double free of panel_window_name git-svn-id: http://tint2.googlecode.com/svn/trunk@692 121b4492-b84c-0410-8b4c-0d4edfb3f3cc --- src/panel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panel.c b/src/panel.c index 9cbabe2..9158d4e 100644 --- a/src/panel.c +++ b/src/panel.c @@ -90,7 +90,6 @@ void default_panel() panel_strut_policy = STRUT_FOLLOW_SIZE; panel_dock = 0; // default not in the dock panel_layer = BOTTOM_LAYER; // default is bottom layer - free(panel_window_name); panel_window_name = strdup("tint2"); wm_menu = 0; max_tick_urgent = 14;