mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user