mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
testautomation_video: fix memory leak
This commit is contained in:
parent
8d3d4e523e
commit
693558a894
1 changed files with 1 additions and 0 deletions
|
|
@ -313,6 +313,7 @@ static int video_getClosestDisplayModeCurrentResolution(void *arg)
|
|||
SDLTest_AssertCheck(closest->pixel_h == current.pixel_h, "Verify returned height matches current height; expected: %d, got: %d", current.pixel_h, closest->pixel_h);
|
||||
}
|
||||
}
|
||||
SDL_free((void *)modes);
|
||||
}
|
||||
SDL_free(displays);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue