From: Offer Kaye Date: Mon, 27 Jul 2009 10:23:09 +0000 (+0300) Subject: missing "to" in perlxs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=174830c759611b7e2c36d109e8a5529e95868eb0;p=p5sagit%2Fp5-mst-13.2.git missing "to" in perlxs --- 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 is not properly decremented. Thus, the above XSUB would leak memory whenever it is being called. The same problem exists for C. -When you're returning an C or a C, you have make sure +When you're returning an C or a C, you have to make sure their reference count is decremented by making the AV or HV mortal: AV *