Free temporary string in FcDirCacheUnlink (Bug #11758)
In FcDirCacheUnlink(), the line cache_hashed = FcStrPlus (cache_dir, cache_base); allocates memory in cache_hashed that is never free()'d before the function exits. Reported by Ben Combee.
Please register or sign in to comment