fix freeing of uninitialized memory, prob result of trying to fix memory leaks, r=mscott

git-svn-id: svn://10.0.0.236/trunk@75840 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%netscape.com
2000-08-09 01:32:20 +00:00
parent 31646b2676
commit ca155eaae5

View File

@@ -485,6 +485,7 @@ nsStreamConverter::nsStreamConverter()
mAlreadyKnowOutputType = PR_FALSE;
mMimeStreamConverterListener = nsnull;
mForwardInline = PR_FALSE;
mDesiredOutputType = nsnull;
}
nsStreamConverter::~nsStreamConverter()