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:
beard%netscape.com 1999-08-27 03:48:24 +00:00
parent 6461347874
commit 7146388dfe

View File

@ -522,6 +522,7 @@ NS_IMETHODIMP nsProfile::GetProfileCount(int *numProfiles)
{
numKeys++;
}
nsCRT::free(isMigrated);
}
}
}