git-svn-id: http://svn.ali.as/cpan/trunk/DBM-Deep@3649
88f4d9cd-8a04-0410-9d60-8f63309c3137
# If we have an error, don't flush - we might be flushing bad stuff. -RobK, 2008-06-26
die $@ if $@;
+ #XXX For some reason, this causes an allocation error in the final scope close
+ # of t/08_deephash.t. -RobK, 2008-06-28
$self->_get_self->_engine->flush;
}