void DestructorHelper ()

Documentation
This method is called from the destructor (see the C++ tab) and cleans up memory allocated by the generated test harness.

ConcurrencyrsSequentialConcurrencyVisibilityrsProtected

Code
if (nMinRunTimes)
    delete [] nMinRunTimes;
if (nNumDrivers)
    delete [] nNumDrivers;