summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/Chat/UnitTest')
-rw-r--r--Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp b/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp
index bf27dd5..bd49cd4 100644
--- a/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp
+++ b/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp
@@ -75,6 +75,8 @@ public:
};
void tearDown() {
+ //delete chatListWindowFactory_;
+ delete mocks_;
delete avatarManager_;
delete manager_;
delete presenceSender_;
@@ -85,8 +87,8 @@ public:
delete eventController_;
delete iqChannel_;
delete iqRouter_;
- delete mocks_;
delete uiEventStream_;
+ delete xmppRoster_;
}
void testFirstOpenWindowIncoming() {