Fixed some memory leaks

svn-id: r33846
This commit is contained in:
Christopher Page 2008-08-13 20:27:39 +00:00
parent c9e0422722
commit 2d31207a81
6 changed files with 17 additions and 7 deletions

View file

@ -669,6 +669,7 @@ void LauncherDialog::selectGame(const String &name) {
LauncherDialog::~LauncherDialog() {
delete _browser;
delete _loadDialog;
}
void LauncherDialog::open() {