]> git.wh0rd.org - fontconfig.git/commit
Don't use FcCharSetCopy in FcCharSetMerge
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 8 Jan 2009 08:04:34 +0000 (03:04 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 14 Feb 2009 00:54:06 +0000 (16:54 -0800)
commit25a09eb9bf2d993228a3d98d1dd271f55efb2358
treefa3426a923de453cf802dc1585956c78e9405fa3
parentd230cf144f84c8a50b932c8b89daa55c1a3620d8
Don't use FcCharSetCopy in FcCharSetMerge

The Copy function is actually a ref, not real copy.
doc/fccharset.fncs
src/fccharset.c