Re: [NTG-pdftex] suspicious line in vfpacket.c
yes indeed. Thanks for pointing it out. Thanh On Mon, Dec 18, 2006 at 05:27:25PM +0100, Taco Hoekwater wrote:
Hi guys,
This function looks odd to me. My guess is that the second fontec should be fontbc.
Best, Taco
void vf_free(void) { vf_entry *v; int n; char **p; if (vf_array != NULL) { for (v = vf_array; v < vf_ptr; v++) { xfree(v->len); n = fontec[v->font] - fontec[v->font] + 1; for (p = v->data; p - v->data < n; p++) xfree(*p); xfree(v->data); } xfree(vf_array); } xfree(packet_array); } _______________________________________________ ntg-pdftex mailing list ntg-pdftex@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-pdftex
participants (1)
-
Thanh Han The