Skip to content

Commit d673f43

Browse files
committed
* Fixed the double-free issue with futures.
1 parent fde3c08 commit d673f43

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

async_API.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -795,10 +795,6 @@ void async_await_futures(
795795
}
796796

797797
await_context->dtor(await_context);
798-
799-
if (futures != NULL) {
800-
zend_array_release(futures);
801-
}
802798
}
803799

804800
void async_api_register(void)

0 commit comments

Comments
 (0)