diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-10-08 13:08:27 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-10-08 13:08:27 (GMT) |
commit | ae56c60b12daaa5024795686ffc93310f698d7b8 (patch) | |
tree | 07c05de9a7224fa845989238a88bd012be5603e0 /Swiften | |
parent | 49ecb4179004a209bc699ff6fc58c6ff61047a0b (diff) | |
download | swift-contrib-ae56c60b12daaa5024795686ffc93310f698d7b8.zip swift-contrib-ae56c60b12daaa5024795686ffc93310f698d7b8.tar.bz2 |
Fixing assorted memory leaks.
Resolves: #329
Diffstat (limited to 'Swiften')
-rw-r--r-- | Swiften/Roster/UnitTest/XMPPRosterControllerTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Roster/UnitTest/XMPPRosterControllerTest.cpp b/Swiften/Roster/UnitTest/XMPPRosterControllerTest.cpp index 7e76d3a..33fc04a 100644 --- a/Swiften/Roster/UnitTest/XMPPRosterControllerTest.cpp +++ b/Swiften/Roster/UnitTest/XMPPRosterControllerTest.cpp @@ -37,6 +37,7 @@ class XMPPRosterControllerTest : public CppUnit::TestFixture void tearDown() { delete channel_; delete router_; + delete xmppRoster_; } void testAdd() { |