X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCDBICompat%2FLazyLoading.pm;h=d15345a6c2811b379b23f6993b4343fb9c78ec63;hb=126042ee4b9394c4eecc6ece49469da6fce23ba3;hp=21bcdcd43260360935ddfec61a93b4f54fe97d84;hpb=604d9f388716261ca478b574f891928e8e0852ef;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/CDBICompat/LazyLoading.pm b/lib/DBIx/Class/CDBICompat/LazyLoading.pm index 21bcdcd..d15345a 100644 --- a/lib/DBIx/Class/CDBICompat/LazyLoading.pm +++ b/lib/DBIx/Class/CDBICompat/LazyLoading.pm @@ -28,7 +28,6 @@ sub _flesh { $self->_ident_cond); $sth->execute($self->_ident_values); my @val = $sth->fetchrow_array; - $sth->finish; foreach my $w (@want) { $self->{'_column_data'}{$w} = shift @val; }