Added a comment as to where an allocation error is occurring that crashes perl
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep.pm
index 56ecc0c..5e67af1 100644 (file)
@@ -82,6 +82,8 @@ sub DESTROY {
     # 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;
 }