Freeze patterns created by configuration file for tiny memory savings

(every little bit helps).
reviewed by: plam, keithp
This commit is contained in:
Patrick Lam 2006-02-21 15:24:28 +00:00
parent 9769b43d4a
commit dacf81ed4c
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2006-02-21 Ross Burton <ross@burtonini.com>
reviewed by: plam, keithp
* src/fcxml.c (FcParsePatelt):
Freeze patterns created by configuration file for tiny
memory savings (every little bit helps).
2006-02-21 Mike Fabian <mfabian@suse.de>
reviewed by: plam

View File

@ -1968,7 +1968,8 @@ FcParsePatelt (FcConfigParse *parse)
}
}
FcVStackPushPattern (parse, pattern);
FcVStackPushPattern (parse, FcPatternFreeze(pattern));
FcPatternDestroy (pattern);
}
static void