Skip to content

Commit

Permalink
Update coroutine.c
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Dec 19, 2023
1 parent 19fa678 commit 7948666
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coroutine.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ void delete(void_t ptr) {
((object_t *)ptr)->dtor(ptr);
or (ZE_OA_HASH)
hash_free(ptr);
or (ZE_ARGS)
args_free(ptr);
otherwise{
if (is_valid(ptr))
ZE_FREE(ptr);
Expand Down

0 comments on commit 7948666

Please sign in to comment.