mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
fixed minor memory leak along with double leave/join messages
This commit is contained in:
parent
e105c42580
commit
972d8e0c9d
1 changed files with 3 additions and 0 deletions
|
|
@ -172,6 +172,9 @@ void TabSupervisor::stop()
|
|||
|
||||
clear();
|
||||
|
||||
tabUserLists->deleteLater();
|
||||
tabUserLists = 0;
|
||||
|
||||
tabServer->deleteLater();
|
||||
tabServer = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue