Skip to content

Commit 78916a9

Browse files
eric-corumdigitalnatefaubion
authored andcommitted
FIX: Supervisor leaks memory by not unregistering Fibers in COMPLETE (#179)
state.
1 parent 7f9e362 commit 78916a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Effect/Aff.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ var Aff = function () {
160160
delete fibers[fid];
161161
};
162162
}
163-
});
163+
})();
164164
fibers[fid] = fiber;
165165
count++;
166166
},

0 commit comments

Comments
 (0)