don't free client_sel since we don't p_new() it
This commit is contained in:
parent
d64d353d5b
commit
e98697ddfd
|
@ -78,10 +78,7 @@ cleanup(awesome_config *awesomeconf)
|
|||
XFreeCursor(awesomeconf->display, awesomeconf[screen].cursor[CurMove]);
|
||||
|
||||
for(i = 0; i < awesomeconf[screen].ntags; i++)
|
||||
{
|
||||
p_delete(&awesomeconf[screen].tags[i].name);
|
||||
p_delete(&awesomeconf[screen].tags[i].client_sel);
|
||||
}
|
||||
for(i = 0; i < awesomeconf[screen].nkeys; i++)
|
||||
p_delete(&awesomeconf[screen].keys[i].arg);
|
||||
for(i = 0; i < awesomeconf[screen].nlayouts; i++)
|
||||
|
|
Loading…
Reference in New Issue