From 131da362381e8d9a53a3bbb68e46d6c7791294b0 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 24 Jan 2013 15:25:47 -0500 Subject: [PATCH] LP#1086458: remove references to windows during cleanup Signed-off-by: Galen Charlton Signed-off-by: Ben Shum --- Open-ILS/xul/staff_client/server/patron/display.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Open-ILS/xul/staff_client/server/patron/display.js b/Open-ILS/xul/staff_client/server/patron/display.js index 74e53fcbb0..ffac5d1893 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.js +++ b/Open-ILS/xul/staff_client/server/patron/display.js @@ -688,6 +688,12 @@ patron.display.prototype = { 'cleanup' : function( params ) { var obj = this; + delete obj.search_result; + delete obj.search_window; + delete obj.patron; + delete obj.items_window; + delete obj.summary_window; + delete obj.checkout_window; obj.controller.cleanup(); obj.event_listeners.removeAll(); }, -- 2.43.2