gui: newsfeed: delete ui in destructor

This commit is contained in:
chelovechishko 2022-05-13 21:53:42 +09:00
parent c383d21e31
commit c784e09daa

View File

@ -146,6 +146,7 @@ NewsFeed::~NewsFeed()
if (instance == this) {
instance = NULL;
delete ui;
}
}