We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e495a6b commit 218b019Copy full SHA for 218b019
1 file changed
php_memcached.c
@@ -892,6 +892,7 @@ zend_bool s_compress_value (php_memc_compression_type compression_type, zend_str
892
}
893
894
/* Original payload was not modified */
895
+ efree(buffer);
896
return 0;
897
898
0 commit comments