mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
(PS3) Input - free data variable at end of free function
This commit is contained in:
parent
77dd37409f
commit
4ac47a9c56
@ -441,6 +441,7 @@ static void ps3_input_free_input(void *data)
|
||||
#ifdef HAVE_MOUSE
|
||||
cellMouseEnd();
|
||||
#endif
|
||||
free(data);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user