In Perl_op_clear(), uncomment the call to mad_free()
authorNicholas Clark <nick@ccl4.org>
Mon, 11 Apr 2011 19:31:29 +0000 (20:31 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 19 May 2011 07:55:56 +0000 (08:55 +0100)
commitdf31c78cf7b9fe7489c1f6df0057b7c220c7cb1c
tree6407f5a7c686f81a754eb12b08c059597420bd00
parent523a0f0c39e20d3c9a00a9efa8a965d0cf7ed035
In Perl_op_clear(), uncomment the call to mad_free()

Free the MADPROPs when freeing their parent OP, now that all the other bugs are
fixed.
op.c