Skip to content

Commit b276ba0

Browse files
committed
test bug
1 parent 3980416 commit b276ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jwt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,6 @@ PHP_FUNCTION(jwt_encode)
424424

425425
smart_str_0(&segments);
426426

427-
printf("%s\n", "++++++++++++");
428-
429427
encode_done:
430428
/* free */
431429
if (sig)
@@ -569,6 +567,8 @@ PHP_MINIT_FUNCTION(jwt)
569567
PHP_MSHUTDOWN_FUNCTION(jwt)
570568
{
571569
/* free */
570+
efree(jwt_options);
571+
572572
return SUCCESS;
573573
}
574574

0 commit comments

Comments
 (0)