Index: head/print/texinfo/files/patch-tp-Texinfo-MiscXS-misc.c =================================================================== --- head/print/texinfo/files/patch-tp-Texinfo-MiscXS-misc.c (nonexistent) +++ head/print/texinfo/files/patch-tp-Texinfo-MiscXS-misc.c (revision 445018) @@ -0,0 +1,20 @@ +--- tp/Texinfo/MiscXS/misc.c.orig 2017-05-02 17:05:43 UTC ++++ tp/Texinfo/MiscXS/misc.c +@@ -67,7 +67,7 @@ xs_abort_empty_line (HV *self, HV *curre + additional_text = SvPV (additional_text_in, len); + if (!SvUTF8 (additional_text_in)) + { +- free (new_string); ++ Safefree (new_string); + new_string = bytes_to_utf8 (additional_text, &len); + additional_text = new_string; + } +@@ -279,7 +279,7 @@ xs_merge_text (HV *self, HV *current, SV + text = SvPV (text_in, len); + if (!SvUTF8 (text_in)) + { +- free (new_string); ++ Safefree (new_string); + new_string = bytes_to_utf8 (text, &len); + text = new_string; + } Property changes on: head/print/texinfo/files/patch-tp-Texinfo-MiscXS-misc.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property