[Python-checkins] CVS: python/dist/src/Modules zlibmodule.c

Andrew M. Kuchling akuchlin@cnri.reston.va.us
Fri, 29 Jan 1999 16:49:38 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Modules
In directory amarok:/home/akuchlin/src/Python-1.5/Modules

Modified Files:
	zlibmodule.c 
Log Message:
Added missing DECREF's in the error branches when creating a compressor or
    decompressor object.  This required adding a flag to the struct which is 
    true if initialisation was completed; on object destruction, deflateEnd()
    is only called if the flag is true.