In Perl_ptr_table_new(), fight back against the cult of Newxz().
authorNicholas Clark <nick@ccl4.org>
Mon, 18 May 2009 12:08:36 +0000 (13:08 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 18 May 2009 12:08:36 +0000 (13:08 +0100)
commitb3a120bf72d91507f4a2782bf0be31aa8b4dba31
treee277759deff31a8a371d4312436b3dc7e58c85da
parent45f7fcc88f316d3cfef48062f141b1586354cfec
In Perl_ptr_table_new(), fight back against the cult of Newxz().

(There's no need to zero-allocate memory for a structure when you're about to
explicitly allocate every member.)
sv.c