Files
electron/atom
Cheng Zhao e6c0b1fe0c Fix leak when KeyWeakMap::Remove is called directly
Usually the KeyObject would be destroyed when GC happens, but then
Remove is called before GC happens, the KeyObject would be leaked
forever. This fixes it by keeping KeyObject as a member of map.
2016-05-11 15:17:35 +09:00
..
2016-05-11 08:57:35 +09:00
2016-04-14 17:15:20 +09:00