PSP: Fixed memory leak if video init failed.

Philipp Wiesemann 2016-08-03 22:32:20 +02:00
parent 9f97ee8a85
commit 82c94a3f79
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ PSP_Create()
if (gldata == NULL) {
SDL_OutOfMemory();
SDL_free(device);
SDL_free(phdata);
return NULL;
}
device->gl_data = gldata;