diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2010-09-03 08:11:00 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2010-09-03 08:11:00 -0400 |
commit | 9d8d0226d9ac5bc9956263a13454179eafc4ab82 (patch) | |
tree | 8449fce10e97b12a162c8fdc77a9c187da2d462a /fc-cat | |
parent | 25afea879d5b73c116e00c2c62b2a7ce9bcf803a (diff) |
Bug 29995 - fc-cat does not invoke FcFini()
Diffstat (limited to 'fc-cat')
-rw-r--r-- | fc-cat/fc-cat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fc-cat/fc-cat.c b/fc-cat/fc-cat.c index a9326c8e..d9a597cb 100644 --- a/fc-cat/fc-cat.c +++ b/fc-cat/fc-cat.c @@ -404,5 +404,6 @@ main (int argc, char **argv) FcStrFree (cache_file); } + FcFini (); return 0; } |