mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
(QNX) Properly implement qnx input free function
This commit is contained in:
parent
07cd28d00f
commit
9894e2db0c
@ -662,10 +662,7 @@ static bool qnx_input_key_pressed(void *data, int key)
|
||||
|
||||
static void qnx_input_free_input(void *data)
|
||||
{
|
||||
if (!data)
|
||||
return;
|
||||
|
||||
//free(data);
|
||||
free(data);
|
||||
}
|
||||
|
||||
static void qnx_input_set_keybinds(void *data, unsigned device, unsigned port,
|
||||
|
Loading…
x
Reference in New Issue
Block a user