]> git.sesse.net Git - vlc/commit
freetype: fix a forgotten dialog progress bar when an error arises
authorErwan Tulou <erwan10@videolan.org>
Tue, 26 Jan 2010 21:34:06 +0000 (22:34 +0100)
committerErwan Tulou <erwan10@videolan.org>
Tue, 26 Jan 2010 21:47:22 +0000 (22:47 +0100)
commit1a63cdeda2a72f18f9280687a9e04f16ee5f6f37
treedb9fdcd34bca84b64899f981e88d030f074b906a
parentc8cce5ff10787245837f85b973b987d6c9225601
freetype: fix a forgotten dialog progress bar when an error arises

With wine, this module goes through the error procedure, but forgets to
deallocate the progress bar (stuck to 80%).
This patch simply cleans it up so that vlc can still be used satisfactorily.
(an error message is also issued anyway)
modules/misc/freetype.c