commit | 1c7aaa2d730813793d8a138d170360b0d420576a | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Fri Jan 29 21:49:34 1999 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Fri Jan 29 21:49:34 1999 +0000 |
tree | e75bfce20958b47c3cb9b8483e6fff1264654ac9 | |
parent | 9b0dc53d895d9f3b9036ca6f49529c62bf3a765e [diff] |
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.