This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
network
/
cnvts
History
mscott%netscape.com
213993a063
Cleanup some of the memory leaks in this code. We were never releasing the stream converter that was attached to the stream! The stream struct was just getting PR_Free'd. So I tweaked plugin_stream_complete and plugin_stream_abort to release the converter. And we had another leak on the pluggable converter object which was in NET_PluginStream. Using nsCOMPtr to fix the leak. Also fixed where we were comparing a nsresult directly against NS_OK instead of using NS_SUCCEEDED.
...
git-svn-id: svn://10.0.0.236/trunk@31213 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 02:50:12 +00:00
..
cvactive.c
…
cvactive.h
…
cvchunk.c
…
cvchunk.h
…
cvcolor.c
…
cvcolor.h
…
cvdisk.c
…
cvdisk.h
…
cvextcon.c
…
cvextcon.h
…
cvjscfg.c
Since I changed prefapi.h to use prtypes instead of the obsolete XP_ things, I have to change calls to match.
1999-04-02 20:51:22 +00:00
cvjscfg.h
…
cvmime.c
…
cvmime.h
…
cvpics.c
…
cvpics.h
…
cvplugin.cpp
Cleanup some of the memory leaks in this code. We were never releasing the stream converter that was attached to the stream! The stream struct was just getting PR_Free'd. So I tweaked plugin_stream_complete and plugin_stream_abort to release the converter. And we had another leak on the pluggable converter object which was in NET_PluginStream. Using nsCOMPtr to fix the leak. Also fixed where we were comparing a nsresult directly against NS_OK instead of using NS_SUCCEEDED.
1999-05-12 02:50:12 +00:00
cvplugin.h
…
cvproxy.c
…
cvproxy.h
…
cvsimple.c
…
cvsimple.h
…
cvunzip.c
…
cvunzip.h
…
cvview.c
…
cvview.h
…
Makefile.in
Removed MODULAR_NETLIB dependencies from makefiles.
1999-04-28 01:34:57 +00:00
makefile.win
Removed MODULAR_NETLIB dependencies from makefiles.
1999-04-28 01:34:57 +00:00
MANIFEST
…
nsINetOStream.h
…
nsINetPlugin.h
…
nsINetPluginInstance.h
…
nsNetConverterStream.cpp
…
nsNetConverterStream.h
Added Write(nsIInputStream) and Flush to nsIOutputStream.
1999-04-22 07:31:03 +00:00
txview.c
…
txview.h
…