Date: Thu, 07 Jan 2010 00:36:25 -0800
Message-ID: <rt-3.6.HEAD-1505-
1262853384-1207.71676-15-0@perl.org>
Tweaked as suggested in:
From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
Date: Fri, 8 Jan 2010 13:35:17 +0100
Message-ID: <
20100108133517.1f2916d3@pc09.procura.nl>
output_datum(pTHX_ SV *arg, char *str, int size)
{
sv_setpvn(arg, str, size);
+# undef free
free(str);
}