]> git.sesse.net Git - vlc/commit
Fixed a potential segfault when font builder thread try to release
authorLaurent Aimar <fenrir@videolan.org>
Sun, 20 Jul 2008 20:16:33 +0000 (22:16 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 20 Jul 2008 20:20:19 +0000 (22:20 +0200)
commit2121de2768caf997399ff534c0021e9204258fa1
treeb367b432c13e8901df3d4c0e11d5665650d558a7
parenta602c01e2e1b69dd1e7241d9d98686e25842ea41
Fixed a potential segfault when font builder thread try to release
itself.
Use the fontconfig the font builder thread created (Fixed a few past
broken commits).
Fixed fontconfig lock (a unique lock for all instances).
modules/misc/freetype.c