mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-28 20:09:38 +08:00
+1
-1
@@ -347,7 +347,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
while (active) {
|
while (active) {
|
||||||
Object *next = active->next;
|
Object *next = active->next;
|
||||||
SDL_free(next);
|
SDL_free(active);
|
||||||
active = next;
|
active = next;
|
||||||
}
|
}
|
||||||
SDL_DestroyRenderer(loop_data.renderer);
|
SDL_DestroyRenderer(loop_data.renderer);
|
||||||
|
|||||||
Reference in New Issue
Block a user