plugged a memory leak in GetProfileCount()

This commit is contained in:
beard%netscape.com 1999-08-27 03:48:24 +00:00
Родитель 9858ec0275
Коммит 047aa43d28
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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