We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0948315 commit d362d85Copy full SHA for d362d85
1 file changed
zstd.c
@@ -1349,6 +1349,7 @@ php_zstd_output_handler_load_dict(php_zstd_context *ctx)
1349
"request(%s) != actual(%s)",
1350
Z_STRVAL_P(available), ZSTR_VAL(b64));
1351
PHP_ZSTD_G(compression_coding) &= ~PHP_ZSTD_ENCODING_DCZ;
1352
+ zend_string_release(data);
1353
data = NULL;
1354
}
1355
zend_string_free(b64);
@@ -1357,6 +1358,7 @@ php_zstd_output_handler_load_dict(php_zstd_context *ctx)
1357
1358
php_error_docref(NULL, E_WARNING,
1359
"zstd: not found available-dictionary");
1360
1361
1362
1363
1364
0 commit comments