From e6a56b322420fbed19d2bab59718a19f7374f57b 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 a1231a5b39..da375fe7d7 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.43.2