Fix double free of panel_window_name

git-svn-id: http://tint2.googlecode.com/svn/trunk@692 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
o9000 2015-02-09 07:58:34 +00:00 committed by mrovi9000@gmail.com
parent bab686d8c4
commit 32db15ae50

View file

@ -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;