diff options
Diffstat (limited to 'Swiften/Chat')
-rw-r--r-- | Swiften/Chat/UnitTest/ChatStateNotifierTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Chat/UnitTest/ChatStateNotifierTest.cpp b/Swiften/Chat/UnitTest/ChatStateNotifierTest.cpp index 00fc11d..5d7961b 100644 --- a/Swiften/Chat/UnitTest/ChatStateNotifierTest.cpp +++ b/Swiften/Chat/UnitTest/ChatStateNotifierTest.cpp @@ -38,6 +38,7 @@ public: void tearDown() { delete notifier_; + delete entityCapsProvider; delete stanzaChannel; } |