X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FConnection.pm;h=7a90cc94a0e0f06ef6970b1ac20a72514fe138c6;hb=7705f9616556c945a95fe5dc256ab5e5443179da;hp=b55644793135db9337befb76f5ad011f05030782;hpb=621fcd81dec2092bb1b29e9fc1801cf28c12c0e6;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Connection.pm b/lib/ZOOM/IRSpy/Connection.pm index b556447..7a90cc9 100644 --- a/lib/ZOOM/IRSpy/Connection.pm +++ b/lib/ZOOM/IRSpy/Connection.pm @@ -1,4 +1,4 @@ -# $Id: Connection.pm,v 1.10 2007-03-09 08:57:12 mike Exp $ +# $Id: Connection.pm,v 1.11 2007-03-15 11:37:30 mike Exp $ package ZOOM::IRSpy::Connection; @@ -60,7 +60,6 @@ sub create { sub destroy { my $this = shift(); $this->SUPER::destroy(@_); - $this->{rs}->destroy() if defined $this->{rs}; }