Skip to content

Commit 94ec657

Browse files
committed
Forgot this
1 parent 5d84f07 commit 94ec657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/hash/hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ static void php_hash_do_hash_hmac(
542542
if (n < 0) {
543543
efree(context);
544544
efree(K);
545-
zend_string_release(digest);
545+
zend_string_efree(digest);
546546
RETURN_FALSE;
547547
}
548548

0 commit comments

Comments
 (0)