Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Call CommonQuit() at exit has been added.
Browse files Browse the repository at this point in the history
  • Loading branch information
llmike committed Oct 10, 2009
1 parent 1d31a23 commit 1c618a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/testdraw2.c
Expand Up @@ -272,6 +272,8 @@ main(int argc, char *argv[])
}
}

CommonQuit(state);

/* Print out some timing information */
now = SDL_GetTicks();
if (now > then) {
Expand Down
2 changes: 2 additions & 0 deletions test/testintersections.c
Expand Up @@ -349,6 +349,8 @@ main(int argc, char *argv[])
}
}

CommonQuit(state);

/* Print out some timing information */
now = SDL_GetTicks();
if (now > then) {
Expand Down

0 comments on commit 1c618a6

Please sign in to comment.