(Android) Properly implement input free function

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

View File

@ -2025,7 +2025,7 @@ static bool android_input_key_pressed(void *data, int key)
static void android_input_free_input(void *data)
{
(void)data;
free(data);
}
static uint64_t android_input_get_capabilities(void *data)