From c4814c6853d27c1e6f79546d7e29d2c417ecaa4c Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 23 Sep 2010 15:47:13 +0000 Subject: [PATCH] Backport r17912 from trunk: Have the CStoreEditor grow a DESTROY git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@17925 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm b/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm index 89ccfa6c11..178818647f 100644 --- a/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm @@ -76,6 +76,11 @@ sub new { return $self; } +sub DESTROY { + my $self = shift; + $self->reset; + return undef; +} sub app { my( $self, $app ) = @_; -- 2.11.0