]> git.sesse.net Git - vlc/commit
src/video_output/video_output.c: Fixed double free in filter removal
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Thu, 21 Dec 2006 01:22:05 +0000 (01:22 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Thu, 21 Dec 2006 01:22:05 +0000 (01:22 +0000)
commitacafac958ca53fccdde8770c6c07ad021daa397d
tree4380eb11ff309143a40675cde258521bbd0d2a55
parentbf4ae068b451c5c86bc2ca402b1e023caa107ea5
src/video_output/video_output.c: Fixed double free in filter removal
code
qt4/components/extended_panels.cpp: Improved some dagerous string
parsing code. This whole function looks very ad hoc to me at the
moment and should be rewritten in a more robust way. In particular
this function will misbehave if a video filter exists whose name is a
substring of another video filter. This change here just makes it less
likely to crash...
modules/gui/qt4/components/extended_panels.cpp
src/video_output/video_output.c