Skip to content

Commit 4a3a80b

Browse files
committed
Patch in "Fix memory leak from recent change to s_compress_value" from upstream
2 parents b55106b + 218b019 commit 4a3a80b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php_memcached.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,7 @@ zend_bool s_compress_value (php_memc_compression_type compression_type, zend_str
892892
}
893893

894894
/* Original payload was not modified */
895+
efree(buffer);
895896
return 0;
896897
}
897898

0 commit comments

Comments
 (0)