Uninitialized member of cache structure could lead to non-updated cache

files
This commit is contained in:
Keith Packard 2002-08-06 19:00:43 +00:00
parent 4534f30d21
commit bb356b68ab
1 changed files with 1 additions and 0 deletions

View File

@ -623,6 +623,7 @@ FcGlobalCacheCreate (void)
cache->entries = 0;
cache->referenced = 0;
cache->updated = FcFalse;
cache->broken = FcFalse;
return cache;
}