Skip to content

Commit

Permalink
- Fixed possible memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Oct 20, 2013
1 parent 2be67ca commit aa4f9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/bz2/bz2_filter.c
Expand Up @@ -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;
}

Expand Down

0 comments on commit aa4f9b3

Please sign in to comment.