mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Another attempt (tested on GCC now) at bustage fix.
This commit is contained in:
parent
236dc4d488
commit
054341b850
@ -115,7 +115,7 @@ XRE_CreateAppData(nsILocalFile* aINIFile, nsXREAppData **aAppData)
|
||||
{
|
||||
NS_ENSURE_ARG(aINIFile && aAppData);
|
||||
|
||||
nsAutoPtr<ScopedAppData> data = new ScopedAppData();
|
||||
nsAutoPtr<ScopedAppData> data(new ScopedAppData());
|
||||
if (!data)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user