mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-22 16:09:18 -04:00
gui: newsfeed: delete ui in destructor
This commit is contained in:
parent
c383d21e31
commit
c784e09daa
@ -146,6 +146,7 @@ NewsFeed::~NewsFeed()
|
||||
|
||||
if (instance == this) {
|
||||
instance = NULL;
|
||||
delete ui;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user