mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 22:02:32 -04:00
added missing delete in NewFriendList destructor
This commit is contained in:
parent
25041c694b
commit
f2b1cccf42
1 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,8 @@ void NewFriendList::handleEvent(std::shared_ptr<const RsEvent> /*e*/)
|
|||
NewFriendList::~NewFriendList()
|
||||
{
|
||||
rsEvents->unregisterEventsHandler(mEventHandlerId);
|
||||
delete mModel;
|
||||
delete mProxyModel;
|
||||
delete ui;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue