cleanup callback and callback*Test

This commit is contained in:
Michael Davidsaver
2014-09-16 18:55:27 -04:00
parent 7f7e63fee1
commit b3c1fef110
3 changed files with 25 additions and 4 deletions

View File

@@ -180,5 +180,11 @@ MAIN(callbackParallelTest)
printStats(timeError[1], "MID");
printStats(timeError[2], "HIGH");
for (i = 0; i < NCALLBACKS ; i++) {
free(pcbt[i]);
}
callbackShutdown();
return testDone();
}