diff --git a/pcsx2/gui/AppUserMode.cpp b/pcsx2/gui/AppUserMode.cpp index 90e4c9ec3e..348624e2c1 100644 --- a/pcsx2/gui/AppUserMode.cpp +++ b/pcsx2/gui/AppUserMode.cpp @@ -175,7 +175,6 @@ wxConfigBase* Pcsx2App::TestForPortableInstall() dialog2 += dialog2.Heading( _("Try to remove the file called \"portable.ini\" from your installation directory manually." ) ); dialog2 += 6; pxIssueConfirmation( dialog2, MsgButtons().OK() ); - conf_portable.DetachPtr(); // Not sure but can't hurt return NULL; }