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:
parent
eed38b7f35
commit
2d52720a87
@ -61,6 +61,8 @@ SDLGamepad::~SDLGamepad()
|
||||
}
|
||||
|
||||
SDL_Quit();
|
||||
|
||||
delete priv;
|
||||
}
|
||||
|
||||
/**********************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user