From b3112a156b57a0ded171a30d257d1fc479e33e31 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 24 Jan 2013 13:07:05 -0500 Subject: [PATCH] LP#1086458: add missing cleanup call Thanks to Jason Etheridge for the catch. Signed-off-by: Galen Charlton Signed-off-by: Ben Shum --- Open-ILS/xul/staff_client/server/circ/checkout.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/server/circ/checkout.js b/Open-ILS/xul/staff_client/server/circ/checkout.js index 69c311932d..e8a7169afa 100644 --- a/Open-ILS/xul/staff_client/server/circ/checkout.js +++ b/Open-ILS/xul/staff_client/server/circ/checkout.js @@ -272,6 +272,7 @@ circ.checkout.prototype = { 'cleanup' : function() { var obj = this; + obj.list.cleanup(); obj.controller.cleanup(); obj.event_listeners.removeAll(); }, -- 2.11.0