mirror of
https://github.com/libretro/snes9x.git
synced 2025-01-30 21:42:24 +00:00
Oops. Don't free c, it's added to vector.
This commit is contained in:
parent
f67bdbef3f
commit
5a9e3a96b1
@ -1562,7 +1562,6 @@ s9xcommand_t S9xGetCommandT (const char *name)
|
||||
|
||||
cmd.button.multi_idx = multis.size() - 1;
|
||||
cmd.type = S9xButtonMulti;
|
||||
free(c);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user