mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 06:02:37 -05:00
Fix bad crashing bug,when running under Linux, in Rbutil. thanx to GodEater
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12810 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
85a226d4e7
commit
c0351ca633
2 changed files with 1 additions and 2 deletions
|
|
@ -225,7 +225,6 @@ bool rbutilFrmApp::ReadGlobalConfig(rbutilFrm* myFrame)
|
|||
#endif
|
||||
gv->GlobalConfig->SetPath(stack);
|
||||
|
||||
delete buf; delete tmpstr;
|
||||
wxLogVerbose(wxT("=== end rbutilFrmApp::ReadGlobalConfig()"));
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue