[Cppunit-devel] Memory Leak in TestResultCollector
Brought to you by:
blep
From: <vri...@us...> - 2005-07-28 12:35:41
|
There is a memory leak in src\cppunit\TestResultCollector.cpp It happens when a TestSuite is run and there are failures. In the destructor of TestResultCollector, a call to freeFailures() is missing. Vincent. |