mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Add missing break; in Zlib extension
This commit is contained in:
parent
4e3d469c4a
commit
8a86fe11da
1 changed files with 1 additions and 0 deletions
|
@ -930,6 +930,7 @@ PHP_FUNCTION(inflate_init)
|
|||
php_error_docref(NULL, E_WARNING, "Dictionary does not match expected dictionary (incorrect adler32 hash)");
|
||||
efree(ctx->inflateDict);
|
||||
ctx->inflateDict = NULL;
|
||||
break;
|
||||
EMPTY_SWITCH_DEFAULT_CASE()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue