summaryrefslogtreecommitdiff
path: root/Tests/Complex
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-08-21 12:31:32 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2007-08-21 12:31:32 -0400
commit2e24dd1e5b43e8031dfebe3523d0b946ead1ccae (patch)
treecad6091299f3df86de38979e3dac62624249e3d8 /Tests/Complex
parentc1b3484c2d5e2bce3234fba775af4a39182ccbc4 (diff)
downloadcmake-2e24dd1e5b43e8031dfebe3523d0b946ead1ccae.tar.gz
ENH: fix leak
Diffstat (limited to 'Tests/Complex')
-rw-r--r--Tests/Complex/Executable/complex.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Complex/Executable/complex.cxx b/Tests/Complex/Executable/complex.cxx
index 0bfebb35a2..8eaa66109e 100644
--- a/Tests/Complex/Executable/complex.cxx
+++ b/Tests/Complex/Executable/complex.cxx
@@ -395,6 +395,7 @@ int main()
cmPassed("Module loaded and ModuleFunction called correctly.");
}
}
+ cmDynamicLoader::FlushCache(); // fix memory leaks
if(sharedFunction() != 1)
{
cmFailed("Call to sharedFunction from shared library failed.");