1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00

OP-1263 fixed minor memory leak introduced during SDL refactoring

This commit is contained in:
Philippe Renon 2014-03-23 16:53:17 +01:00
parent eed38b7f35
commit 2d52720a87

View File

@ -61,6 +61,8 @@ SDLGamepad::~SDLGamepad()
}
SDL_Quit();
delete priv;
}
/**********************************************************************/