[vlc-devel] commit: Shut a valgrind warning. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Sep 5 21:36:11 CEST 2008
vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Fri Sep 5 01:28:56 2008 -0700| [64b36189e12b77bda4c3cd9c6c144defce0c36c6] | committer: Jean-Baptiste Kempf
Shut a valgrind warning.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=64b36189e12b77bda4c3cd9c6c144defce0c36c6
---
modules/gui/qt4/util/input_slider.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/util/input_slider.cpp b/modules/gui/qt4/util/input_slider.cpp
index c94c632..dab8571 100644
--- a/modules/gui/qt4/util/input_slider.cpp
+++ b/modules/gui/qt4/util/input_slider.cpp
@@ -124,6 +124,7 @@ SoundSlider::SoundSlider( QWidget *_parent, int _i_step, bool b_hard,
setRange( SOUNDMIN, b_hard ? (2 * SOUNDMAX) : SOUNDMAX );
setMouseTracking( true );
b_sliding = false;
+ b_outside = false;
pixOutside = QPixmap( ":/volslide-outside" );
More information about the vlc-devel
mailing list