No {rs} associated with connection.
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Connection.pm
index 8fd6329..7a90cc9 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Connection.pm,v 1.9 2007-03-07 10:26:50 mike Exp $
+# $Id: Connection.pm,v 1.11 2007-03-15 11:37:30 mike Exp $
 
 package ZOOM::IRSpy::Connection;
 
@@ -57,6 +57,12 @@ sub create {
 }
 
 
+sub destroy {
+    my $this = shift();
+    $this->SUPER::destroy(@_);
+}
+
+
 sub irspy {
     my $this = shift();
     return $this->{irspy};