mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-08-29 15:22:06 +02:00
Fix some memory leaks (Issue #23)
This commit is contained in:
@@ -80,6 +80,8 @@ pdfioStreamClose(pdfio_stream_t *st) // I - Stream
|
||||
goto done;
|
||||
}
|
||||
}
|
||||
|
||||
deflateEnd(&st->flate);
|
||||
}
|
||||
|
||||
// Save the length of this stream...
|
||||
|
Reference in New Issue
Block a user