testdisplayinfo.c forgot to SDL_Quit() at the end.
This commit is contained in:
parent
3213217a30
commit
16054addb9
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ main(int argc, char *argv[])
|
||||||
SDL_Log("\n");
|
SDL_Log("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SDL_Quit();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue