1. Add section to perlxs.pod describing that the refcount of AVs/HVs
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Wed, 18 Feb 2004 08:53:03 +0000 (08:53 +0000)
committerMarcus Holland-Moritz <mhx-perl@gmx.net>
Wed, 18 Feb 2004 08:53:03 +0000 (08:53 +0000)
commitc4e79b56de248a67c4a29293bd16f39465dde417
tree971a736056cada7ba1fadd17c5c5f484a7d6f9bb
parent9cda8853949327c4925366a07c0b8f1bc8d9cd8b
1. Add section to perlxs.pod describing that the refcount of AVs/HVs
   returned from XSUBs through RETVAL isn't decremented as it is for
   SVs. This causes those XSUBs to leak memory and cannot be fixed
   without breaking existing CPAN modules that work around this bug.

2. Fix a memory leak of that kind in POSIX::localconv.

p4raw-id: //depot/perl@22330
ext/POSIX/POSIX.xs
pod/perlxs.pod