1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-11 15:39:51 +02:00

Memory leak: trial #3

This commit is contained in:
kkapsner 2014-10-06 00:42:03 +02:00
parent 2d248dd6ad
commit 4c2596f880
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -116,5 +116,5 @@
self.port.on("askVisible", askVisible);
self.port.on("askInvisible", askInvisible);
self.port.on("unblock", unblock);
self.port.on("detach", unblock);
//self.port.on("detach", unblock); // produces memory leak due to the reference to unsafeWindow
}());