diff options
| author | Remko Tronçon <git@el-tramo.be> | 2010-04-24 21:42:44 (GMT) |
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2010-04-24 21:42:44 (GMT) |
| commit | 045fb30399e3c9d74ceb4ebe3dbddc9416c3ce28 (patch) | |
| tree | 04049c68e984b596e582cbe4fb91bbd3c1fb57dd /Swiften/LinkLocal/UnitTest/LinkLocalConnectorTest.cpp | |
| parent | 973ca2197c0f893b3350c48678dba2055d1dee48 (diff) | |
| download | swift-contrib-045fb30399e3c9d74ceb4ebe3dbddc9416c3ce28.zip swift-contrib-045fb30399e3c9d74ceb4ebe3dbddc9416c3ce28.tar.bz2 | |
Fix leaks in LinkLocalConnector.
Diffstat (limited to 'Swiften/LinkLocal/UnitTest/LinkLocalConnectorTest.cpp')
| -rw-r--r-- | Swiften/LinkLocal/UnitTest/LinkLocalConnectorTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/LinkLocal/UnitTest/LinkLocalConnectorTest.cpp b/Swiften/LinkLocal/UnitTest/LinkLocalConnectorTest.cpp index 4bd7852..f6fc131 100644 --- a/Swiften/LinkLocal/UnitTest/LinkLocalConnectorTest.cpp +++ b/Swiften/LinkLocal/UnitTest/LinkLocalConnectorTest.cpp @@ -36,6 +36,7 @@ class LinkLocalConnectorTest : public CppUnit::TestFixture { } void tearDown() { + querier->clearAllQueriesEverRun(); delete eventLoop; } |
Swift