Added Fixes and found memory leaks - #93

This commit is contained in:
juliagoda
2020-04-29 20:53:21 +02:00
parent c68de9898b
commit bd7a5eb080
9 changed files with 69 additions and 119 deletions

View File

@@ -307,6 +307,11 @@ void InputDaemon::deleteJoysticks()
{
InputDevice *joystick = iter.next().value();
for (auto el : joystick->getJoystick_sets().values())
{
}
if (joystick != nullptr)
{
delete joystick;