[Pkg-mozext-commits] [adblock-plus] 16/98: Issue 4139 - Fixed memory leak due to bug in previous patch

David Prévot taffit at moszumanska.debian.org
Tue Oct 24 01:30:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit 02fb69ef330282fb0ec03986c410bc1ea8d04cdd
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Wed Jun 29 18:06:05 2016 +0200

    Issue 4139 - Fixed memory leak due to bug in previous patch
---
 lib/child/elemHide.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/child/elemHide.js b/lib/child/elemHide.js
index d7c941e..d14a76a 100644
--- a/lib/child/elemHide.js
+++ b/lib/child/elemHide.js
@@ -139,7 +139,7 @@ BaseChannel.prototype = {
       throw Cr.NS_ERROR_FAILURE;
   },
 
-  asyncOpen: function()
+  asyncOpen: function(listener, context)
   {
     Promise.resolve(this._getResponse()).then(data =>
     {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list