Close the filespec's stream so we don't keep appending to pref file. Approved by

mcmullen.
This commit is contained in:
putterman%netscape.com 1999-06-15 23:19:58 +00:00
parent fa296bd02b
commit ce04376897

View File

@ -1305,6 +1305,7 @@ PR_IMPLEMENT(PrefResult) PREF_SavePrefFileSpecWith(
}
}
PR_Free(valueArray);
fileSpec->closeStream();
return PREF_NOERROR;
}