]> git.sesse.net Git - vlc/commit
Fixed a potential freetype deadlock as var_AcquireMutex is not recursive :(
authorLaurent Aimar <fenrir@videolan.org>
Mon, 18 Aug 2008 12:03:08 +0000 (14:03 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 18 Aug 2008 17:37:51 +0000 (19:37 +0200)
commit334c6a547f946940f7bee48d1f41283dccbcd483
tree68c78d60573ace6c29d8e2287d2e56745db661b5
parente047737d74bbb5efde9f29b792a716948a5156d3
Fixed a potential freetype deadlock as var_AcquireMutex is not recursive :(
(It probably should have been called AquireLock then)
modules/misc/freetype.c