Skip to content

Commit

Permalink
FIX: Supervisor leaks memory by not unregistering Fibers in COMPLETE (#…
Browse files Browse the repository at this point in the history
…179)

state.
  • Loading branch information
eric-corumdigital authored and natefaubion committed Sep 11, 2019
1 parent 7f9e362 commit 78916a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Effect/Aff.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ var Aff = function () {
delete fibers[fid];
};
}
});
})();
fibers[fid] = fiber;
count++;
},
Expand Down

0 comments on commit 78916a9

Please sign in to comment.