Add missing break; in Zlib extension

This commit is contained in:
George Peter Banyard 2020-09-29 23:57:58 +01:00
parent 4e3d469c4a
commit 8a86fe11da
No known key found for this signature in database
GPG key ID: D49A095D7329F6DC

View file

@ -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()
}
}