Skip to content

Commit

Permalink
Merge pull request #28 from eakret/patch-1
Browse files Browse the repository at this point in the history
Remove extra call to coffeecatch_handler_cleanup
  • Loading branch information
xroche committed Oct 9, 2016
2 parents 21d0ef2 + 958ee52 commit e64ca5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coffeecatch.c
Expand Up @@ -1399,7 +1399,6 @@ void coffeecatch_cleanup() {
t->ctx_is_set = 0;
coffeecatch_handler_cleanup();
}
coffeecatch_handler_cleanup();
}

sigjmp_buf* coffeecatch_get_ctx() {
Expand Down

0 comments on commit e64ca5a

Please sign in to comment.