Skip to content

Commit 8a86fe1

Browse files
committed
Add missing break; in Zlib extension
1 parent 4e3d469 commit 8a86fe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/zlib/zlib.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,7 @@ PHP_FUNCTION(inflate_init)
930930
php_error_docref(NULL, E_WARNING, "Dictionary does not match expected dictionary (incorrect adler32 hash)");
931931
efree(ctx->inflateDict);
932932
ctx->inflateDict = NULL;
933+
break;
933934
EMPTY_SWITCH_DEFAULT_CASE()
934935
}
935936
}

0 commit comments

Comments
 (0)