plugged a memory leak in GetProfileCount()
git-svn-id: svn://10.0.0.236/trunk@44718 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6461347874
commit
7146388dfe
@ -522,6 +522,7 @@ NS_IMETHODIMP nsProfile::GetProfileCount(int *numProfiles)
|
||||
{
|
||||
numKeys++;
|
||||
}
|
||||
nsCRT::free(isMigrated);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user