(QNX) Properly implement qnx input free function

This commit is contained in:
twinaphex 2014-05-29 23:57:00 +02:00
parent 07cd28d00f
commit 9894e2db0c

View File

@ -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,