]> www.fi.muni.cz Git - evince.git/blobdiff - dvi/mdvi-lib/gf.c
Updated French translation.
[evince.git] / dvi / mdvi-lib / gf.c
index 459e428eced295333f53847b0c6274c401fd085d..2c147ec666648d2c649f3f75cda877a945eb058c 100644 (file)
@@ -191,7 +191,7 @@ static int gf_read_bitmap(FILE *p, DviFontChar *ch)
                                s = read_string(p, op - GF_XXX1 + 1, NULL, 0);
                                DEBUG((DBG_SPECIAL, "(gf) Character %d: Special \"%s\"\n",
                                        ch->code, s));
                                s = read_string(p, op - GF_XXX1 + 1, NULL, 0);
                                DEBUG((DBG_SPECIAL, "(gf) Character %d: Special \"%s\"\n",
                                        ch->code, s));
-                               xfree(s);
+                               mdvi_free(s);
 #else
                                n = fugetn(p, op - GF_XXX1 + 1);
                                fseek(p, (long)n, SEEK_CUR);
 #else
                                n = fugetn(p, op - GF_XXX1 + 1);
                                fseek(p, (long)n, SEEK_CUR);
@@ -362,7 +362,7 @@ badgf:
        error(_("%s: File corrupted, or not a GF file\n"), font->fontname);
 error:
        if(font->chars) {
        error(_("%s: File corrupted, or not a GF file\n"), font->fontname);
 error:
        if(font->chars) {
-               xfree(font->chars);
+               mdvi_free(font->chars);
                font->chars = NULL;
        }
        font->loc = font->hic = 0;
                font->chars = NULL;
        }
        font->loc = font->hic = 0;