Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall committed Apr 15, 2024
1 parent 66c497c commit 3a6550f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ int neco_main(int argc, char *argv[]) {
*arg1 = 1;

neco_start(coroutine, 5, &arg0, arg1, &(int){2}, NULL, "hello world");
free(arg2);
free(arg1);

neco_sleep(NECO_SECOND);
printf("first done\n");
Expand Down

0 comments on commit 3a6550f

Please sign in to comment.