Skip to content

Commit

Permalink
fixed nasty bug (crash or memory leak)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjouhier committed Oct 3, 2014
1 parent bb49e38 commit 3e15494
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fibers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ class Fiber {
return;
}

that.handle.Dispose();
delete &that;
}

Expand Down

0 comments on commit 3e15494

Please sign in to comment.