texinfo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using Perl's cc


From: Gavin Smith
Subject: Re: Using Perl's cc
Date: Sat, 11 Jul 2015 19:17:34 +0100

On 11 July 2015 at 19:06, Eli Zaretskii <address@hidden> wrote:
>> The problem with malloc is indeed solved by revision 6414, but a
>> similar one with free is still there:
>
> This change fixes that:
>
> Index: tp/Texinfo/Convert/XSParagraph/mylib/xspara.c
> ===================================================================
> --- tp/Texinfo/Convert/XSParagraph/mylib/xspara.c       (revision 6414)
> +++ tp/Texinfo/Convert/XSParagraph/mylib/xspara.c       (working copy)
> @@ -747,6 +747,7 @@
>    wchar_t wc;
>    size_t char_len;
>    TEXT result;
> +  dTHX;
>
>    text_init (&result);
>
>
> Is that the right fix?

Yes.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]