This commit is contained in:
Bob Halley
1998-10-16 01:54:25 +00:00
parent b0f24684b3
commit 82ebb6cf50
2 changed files with 9 additions and 3 deletions

View File

@@ -140,6 +140,9 @@ main(int argc, char *argv[]) {
task_detach(&t4);
printf("destroy\n");
timer_detach(&ti1);
timer_detach(&ti2);
timer_manager_destroy(&timgr);
task_manager_destroy(&manager);
printf("destroyed\n");