From 0d7d3241164b4769b93867da2e8adb724ae17950 Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Thu, 21 Nov 2013 09:50:14 +0100 Subject: New upstream version 5.5.6+dfsg --- ext/bz2/bz2_filter.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/bz2') diff --git a/ext/bz2/bz2_filter.c b/ext/bz2/bz2_filter.c index 335600232..1e7837b09 100644 --- a/ext/bz2/bz2_filter.c +++ b/ext/bz2/bz2_filter.c @@ -97,6 +97,7 @@ static php_stream_filter_status_t php_bz2_decompress_filter( status = BZ2_bzDecompressInit(streamp, 0, data->small_footprint); if (BZ_OK != status) { + php_stream_bucket_delref(bucket TSRMLS_CC); return PSFS_ERR_FATAL; } -- cgit v1.2.3