cleanup callback and callback*Test
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user