close the stream.

This commit is contained in:
sspitzer%netscape.com 1999-09-17 11:47:46 +00:00
parent ce93235c0f
commit 00a15f57f7

View File

@ -917,7 +917,9 @@ nsPrefMigration::DoSpecialUpdates(nsFileSpec profilePath)
rv = RenameAndMoveFilterFiles(profilePath);
if (NS_FAILED(rv)) return rv;
#endif /* MAIL_FILTER_FILE_NAME_SUFFIX_IN_4x */
fsStream.close();
return rv;
}