Fix memory leak
This commit is contained in:
parent
12be797387
commit
eafa931ff9
|
@ -568,6 +568,9 @@ FcFontSetList (FcConfig *config,
|
||||||
free (bucket);
|
free (bucket);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (destroy_os)
|
||||||
|
FcObjectSetDestroy (os);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
bail2:
|
bail2:
|
||||||
|
|
Loading…
Reference in New Issue