jpl tweak
[p5sagit/p5-mst-13.2.git] / cop.h
diff --git a/cop.h b/cop.h
index d0a59a0..6ea045a 100644 (file)
--- a/cop.h
+++ b/cop.h
@@ -76,6 +76,7 @@ struct block_sub {
            /* destroy arg array */                                     \
            av_clear(cxsub.argarray);                                   \
            AvREAL_off(cxsub.argarray);                                 \
+           AvREIFY_on(cxsub.argarray);                                 \
        }                                                               \
        if (cxsub.cv) {                                                 \
            if (!(CvDEPTH(cxsub.cv) = cxsub.olddepth))                  \