mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Bug 245053 - crash on deleting profile - patch by vladimir@pobox.com
This commit is contained in:
parent
0a20fabb63
commit
6eec21fb4e
@ -234,7 +234,7 @@ nsToolkitProfile::Remove(PRBool removeFiles)
|
||||
mNext = nsnull;
|
||||
|
||||
if (nsToolkitProfileService::gService->mChosen == this)
|
||||
nsToolkitProfileService::gService = nsnull;
|
||||
nsToolkitProfileService::gService->mChosen = nsnull;
|
||||
|
||||
nsToolkitProfileService::gService->mDirty = PR_TRUE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user