mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
Fix memory leak in last commit
This commit is contained in:
parent
3284d7a8e6
commit
6f314502f6
1 changed files with 3 additions and 1 deletions
|
@ -263,6 +263,8 @@ GUI::~GUI() {
|
||||||
}
|
}
|
||||||
if(systrayIcon) {
|
if(systrayIcon) {
|
||||||
delete systrayIcon;
|
delete systrayIcon;
|
||||||
|
}
|
||||||
|
if(myTrayIconMenu) {
|
||||||
delete myTrayIconMenu;
|
delete myTrayIconMenu;
|
||||||
}
|
}
|
||||||
delete tabs;
|
delete tabs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue