CppUnit: Testrunner gives memory leaks
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Dear developers, I'm using the Testrunner which is delivered with the package of Cppunit (Version: 1.12.1). All works fine, but I get memory leaks reported by the debugger after closing the test-application. It seems that macros as "CPPUNIT_REGISTRY_ADD_TO_..." create some instances in background which are not cleaned up later. Does somebody have some experience with this problem? Kind regards