Skip to content

Fix assertion in FcFini()

Akira TAGOH requested to merge tagoh/fontconfig:issue/227 into master

Due to the unproper initialization of `latest_mtime', the duplicate caches was still in fcCacheChains with no references. which means no one frees them. thus, the memory leak was happened.

Fixes #227 (closed)

Merge request reports