void
DestructorHelper ()
Documentation
This method is called from the destructor (see the C++ tab) and cleans up memory allocated by the generated test harness.
Concurrency | rsSequentialConcurrency | Visibility | rsProtected |
Code
if (nMinRunTimes)
delete [] nMinRunTimes;
if (nNumDrivers)
delete [] nNumDrivers;