Uninitialized member of cache structure could lead to non-updated cache
files
This commit is contained in:
parent
4534f30d21
commit
bb356b68ab
|
@ -623,6 +623,7 @@ FcGlobalCacheCreate (void)
|
|||
cache->entries = 0;
|
||||
cache->referenced = 0;
|
||||
cache->updated = FcFalse;
|
||||
cache->broken = FcFalse;
|
||||
return cache;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue