In perl_clone_using(), don't use Newxz() for arrays we immediately assign to.
authorNicholas Clark <nick@ccl4.org>
Mon, 18 May 2009 12:48:51 +0000 (13:48 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 18 May 2009 12:48:51 +0000 (13:48 +0100)
commit4a341259ef871f26860df2fc95ee4e3bbdeff74d
treec9ed6fe14b31883b64152ce74a9a0bca00ce61ce
parentb3a120bf72d91507f4a2782bf0be31aa8b4dba31
In perl_clone_using(), don't use Newxz() for arrays we immediately assign to.
sv.c