Converted ->load calls into Engine::->load_sector() calls in order to allow better...
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Sector / File / Index.pm
index de0fa73..7fd14f2 100644 (file)
@@ -49,7 +49,7 @@ sub free {
 
     for my $i ( 0 .. $e->hash_chars - 1 ) {
         my $l = $self->get_entry( $i ) or next;
-        DBM::Deep::Sector::File->load( $e, $l )->free;
+        $e->load_sector( $l )->free;
     }
 
     $self->SUPER::free();