mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-31 17:11:54 +01:00
Memory leak: trial #3
This commit is contained in:
parent
2d248dd6ad
commit
4c2596f880
Binary file not shown.
@ -116,5 +116,5 @@
|
|||||||
self.port.on("askVisible", askVisible);
|
self.port.on("askVisible", askVisible);
|
||||||
self.port.on("askInvisible", askInvisible);
|
self.port.on("askInvisible", askInvisible);
|
||||||
self.port.on("unblock", unblock);
|
self.port.on("unblock", unblock);
|
||||||
self.port.on("detach", unblock);
|
//self.port.on("detach", unblock); // produces memory leak due to the reference to unsafeWindow
|
||||||
}());
|
}());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user