Hi,
In mailnews code we are using
nsInputFileStream/nsOutputFileStream/nsIOFileStream in lots of places
and in most of the places delete the stream without expilicity closing
the stream. I was wondering if we could check and close the stream in
the destructor of the base class nsInputStream/nsOutputStream. This may
help us to solve
many of the unknown bugs. Is this feasible ?
thanks,
Navin
