(PS3) Get rid of gfx_ctx_free_data

This commit is contained in:
twinaphex 2015-12-08 19:56:43 +01:00
parent 39499eb107
commit a5d0770268

View File

@ -327,8 +327,7 @@ static void gfx_ctx_ps3_destroy(void *data)
return; return;
gfx_ctx_ps3_destroy_resources(ps3); gfx_ctx_ps3_destroy_resources(ps3);
free(data);
gfx_ctx_free_data();
} }
static void gfx_ctx_ps3_input_driver(void *data, static void gfx_ctx_ps3_input_driver(void *data,