Free patterns from fonts which are rejected by configuration (bug #2518)
reviewed by: pborelli@katamail.com
This commit is contained in:
parent
afca783626
commit
47b49bf14b
|
@ -1,3 +1,11 @@
|
||||||
|
2005-02-10 Keith Packard <keithp@keithp.com>
|
||||||
|
|
||||||
|
reviewed by: pborelli@katamail.com
|
||||||
|
|
||||||
|
* src/fcdir.c: (FcFileScanConfig):
|
||||||
|
Free patterns from fonts which are rejected by configuration
|
||||||
|
(bug #2518)
|
||||||
|
|
||||||
2005-01-28 Keith Packard <keithp@keithp.com>
|
2005-01-28 Keith Packard <keithp@keithp.com>
|
||||||
|
|
||||||
* README:
|
* README:
|
||||||
|
|
|
@ -150,6 +150,8 @@ FcFileScanConfig (FcFontSet *set,
|
||||||
ret = FcFalse;
|
ret = FcFalse;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (font)
|
||||||
|
FcPatternDestroy (font);
|
||||||
id++;
|
id++;
|
||||||
} while (font && ret && id < count);
|
} while (font && ret && id < count);
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in New Issue