summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-07-27 18:32:51 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-07-27 18:32:51 (GMT)
commit644bcda4cb795944cc5d5df53b3c0392450239df (patch)
treed751823018e66ddeede40f0d4928d9a5963db064 /Swiften/LinkLocal/UnitTest/LinkLocalServiceBrowserTest.cpp
parent4e2cb67ac26ca338a4bd7676683186f543903c5a (diff)
downloadswift-644bcda4cb795944cc5d5df53b3c0392450239df.zip
swift-644bcda4cb795944cc5d5df53b3c0392450239df.tar.bz2
Improve LinkLocalServiceInfo unit test.
Diffstat (limited to 'Swiften/LinkLocal/UnitTest/LinkLocalServiceBrowserTest.cpp')
-rw-r--r--Swiften/LinkLocal/UnitTest/LinkLocalServiceBrowserTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/LinkLocal/UnitTest/LinkLocalServiceBrowserTest.cpp b/Swiften/LinkLocal/UnitTest/LinkLocalServiceBrowserTest.cpp
index 4b66398..e9501cb 100644
--- a/Swiften/LinkLocal/UnitTest/LinkLocalServiceBrowserTest.cpp
+++ b/Swiften/LinkLocal/UnitTest/LinkLocalServiceBrowserTest.cpp
@@ -49,6 +49,8 @@ class LinkLocalServiceBrowserTest : public CppUnit::TestFixture {
removedServices.clear();
changedServices.clear();
+ delete aliceServiceID;
+ delete aliceServiceInfo;
delete testServiceInfo2;
delete testServiceInfo;
delete testServiceID;