From a8e6dab2d1f20a861df947c5705b6bbd0cb81c1a Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Thu, 23 Jun 2005 21:05:32 +0000 Subject: Rename xmalloc to mdvi_malloc to avoid libtool conflict, update year in copyright. --- (limited to 'dvi/mdvi-lib/sp-epsf.c') diff --git a/dvi/mdvi-lib/sp-epsf.c b/dvi/mdvi-lib/sp-epsf.c index 9a07fc7..ca13c86 100644 --- a/dvi/mdvi-lib/sp-epsf.c +++ b/dvi/mdvi-lib/sp-epsf.c @@ -242,7 +242,7 @@ void epsf_special(DviContext *dvi, char *prefix, char *arg) file = parse_epsf_special(&box, &special, prefix, arg); if(file != NULL) - xfree(special); + mdvi_free(special); /* * draw the bounding box. Notice that it is in PostScript units, * so we have to convert it into pixels -- cgit v0.9.1