mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
parent
44471b3ea4
commit
8f21fe4994
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
while (active) {
|
||||
Object *next = active->next;
|
||||
SDL_free(next);
|
||||
SDL_free(active);
|
||||
active = next;
|
||||
}
|
||||
SDL_DestroyRenderer(loop_data.renderer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue