mirror of
https://github.com/0intro/wmii
synced 2025-01-24 19:12:05 +03:00
[witray] Fix some memory corruption.
This commit is contained in:
parent
de0d5ba77e
commit
3ecd2db1aa
@ -69,6 +69,7 @@ client_cleanup(XEmbed *e) {
|
||||
*cp = c->next;
|
||||
break;
|
||||
}
|
||||
cleanupwindow(&c->w);
|
||||
free(c);
|
||||
tray_update();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user