hfreeentries zeros HvARRAY now, so skip manual
authorDavid Mitchell <davem@iabyn.com>
Tue, 3 May 2011 15:07:51 +0000 (16:07 +0100)
committerDavid Mitchell <davem@iabyn.com>
Thu, 19 May 2011 13:49:43 +0000 (14:49 +0100)
commit5f243b5ff09626b3b2ed4569515c4a27a2a18137
tree28867c60838fa58fbc688442f41807c677ca1d86
parentd5683f9a2482a20fa3a244bc371a0f172d409e5b
hfreeentries zeros HvARRAY now, so skip manual

Formerly, hv_clear() and hv_undef() zeroed the contents of
HvARRAY after calling hfreeentries(), but that sub now zeroes
each elements as a by-product of its deleting algorithm.
So we can skip the Zero().
hv.c