Oops. Don't free c, it's added to vector.

This commit is contained in:
BearOso 2023-02-08 16:59:22 -06:00
parent f67bdbef3f
commit 5a9e3a96b1
1 changed files with 0 additions and 1 deletions

View File

@ -1562,7 +1562,6 @@ s9xcommand_t S9xGetCommandT (const char *name)
cmd.button.multi_idx = multis.size() - 1;
cmd.type = S9xButtonMulti;
free(c);
}
else
{