www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit cdd967592086c0d368a702a7aab1855f2d496a1b
parent a6c655df736ecb40f7f24b402e458ca53e11d942
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed, 25 May 2011 19:47:00 +0000

fix memory leak


Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -2186,6 +2186,7 @@ Zotero.Browser = new function() { function deleteHiddenBrowser(myBrowser) { myBrowser.stop(); + myBrowser.destroy(); myBrowser.parentNode.removeChild(myBrowser); myBrowser = null; Zotero.debug("deleted hidden browser");