Skip to content

Conversation

charliechiou
Copy link
Contributor

Previously, tasks in coro.c were allocated using malloc but never freed, causing memory leaks.
Added missing deallocation after task completion to resolve the issue.

Previously, tasks were allocated using malloc but never freed, causing memory leaks. Added deallocation after task completion in task0 and task1 prevent memory leaks.
@jserv jserv merged commit c402343 into sysprog21:master Apr 20, 2025
@jserv
Copy link
Contributor

jserv commented Apr 20, 2025

Thank @charliechiou for contributing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants