Fixed some memory leaks
svn-id: r33846
This commit is contained in:
parent
c9e0422722
commit
2d31207a81
6 changed files with 17 additions and 7 deletions
|
@ -669,6 +669,7 @@ void LauncherDialog::selectGame(const String &name) {
|
|||
|
||||
LauncherDialog::~LauncherDialog() {
|
||||
delete _browser;
|
||||
delete _loadDialog;
|
||||
}
|
||||
|
||||
void LauncherDialog::open() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue