- fixed some memory leaks: The global symbol table and the argument list for DECORATE called action specials were never freed.

This commit is contained in:
Christoph Oelckers 2015-04-28 15:34:48 +02:00
commit 2d0f6339f7
7 changed files with 24 additions and 2 deletions

View file

@ -783,6 +783,10 @@ void I_StartupXInput()
{
JoyDevices[INPUT_XInput] = joys;
}
else
{
delete joys;
}
}
}
}