mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 13:24:15 -05:00
added missing delete in NewFriendList destructor
This commit is contained in:
parent
25041c694b
commit
f2b1cccf42
@ -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…
x
Reference in New Issue
Block a user