[witray] Fix some memory corruption.

This commit is contained in:
Kris Maglione 2010-05-30 05:58:03 -04:00
parent de0d5ba77e
commit 3ecd2db1aa
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ client_cleanup(XEmbed *e) {
*cp = c->next;
break;
}
cleanupwindow(&c->w);
free(c);
tray_update();
}