Test suite wide leaktesting
[dbsrgits/DBIx-Class.git] / t / 746sybase.t
index 6a4b4ef..b59fe70 100644 (file)
@@ -638,4 +638,6 @@ END {
     eval { $dbh->do("DROP TABLE $_") }
       for qw/artist bindtype_test money_test computed_column_test/;
   }
+
+  undef $schema;
 }