mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 11:27:55 +00:00
Fix build breakge by samir. I'm not really sure how this could have compiled =).
This commit is contained in:
parent
0a2c5e193e
commit
67e109cde0
@ -544,7 +544,7 @@ nsSoftwareUpdate::StubInitialize(nsIFile *aDir, const char* logName)
|
||||
return NS_ERROR_NULL_POINTER;
|
||||
|
||||
if (logName)
|
||||
PL_strdup(mLogName, logName);
|
||||
mLogName = PL_strdup(logName);
|
||||
if (!mLogName)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user