]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Clean up OpenSRF::AppSession objects after use
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 29 Jul 2011 18:08:28 +0000 (14:08 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 29 Jul 2011 18:08:28 +0000 (14:08 -0400)
commit933964c5c02332692f8725fb23764ed7e6df6852
treebf3a84638b995fcb8768f23e6ae738898223e8ab
parent7be480d13953efbd9b7ee4b91c4e0cf704b6663b
Clean up OpenSRF::AppSession objects after use

These things need ->kill_me called on them after we're done using them.

(note to self: check to see if we can just add a DESTROY sub to that
package)

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm