mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-25 08:03:58 -05:00
fixed minor memory leak along with double leave/join messages
This commit is contained in:
parent
e105c42580
commit
972d8e0c9d
|
|
@ -172,6 +172,9 @@ void TabSupervisor::stop()
|
|||
|
||||
clear();
|
||||
|
||||
tabUserLists->deleteLater();
|
||||
tabUserLists = 0;
|
||||
|
||||
tabServer->deleteLater();
|
||||
tabServer = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user