In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/174830c759611b7e2c36d109e8a5529e95868eb0?hp=82151c42dd2dcb2b5aacadb82f4f0b1ddff252bd>
- Log ----------------------------------------------------------------- commit 174830c759611b7e2c36d109e8a5529e95868eb0 Author: Offer Kaye <[email protected]> Date: Mon Jul 27 13:23:09 2009 +0300 missing "to" in perlxs ----------------------------------------------------------------------- Summary of changes: pod/perlxs.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pod/perlxs.pod b/pod/perlxs.pod index a6e21a3..5ad24d8 100644 --- a/pod/perlxs.pod +++ b/pod/perlxs.pod @@ -319,7 +319,7 @@ CPAN modules) in the typemap file, the reference count of the C<AV *> is not properly decremented. Thus, the above XSUB would leak memory whenever it is being called. The same problem exists for C<HV *>. -When you're returning an C<AV *> or a C<HV *>, you have make sure +When you're returning an C<AV *> or a C<HV *>, you have to make sure their reference count is decremented by making the AV or HV mortal: AV * -- Perl5 Master Repository
