[vlc-commits] dbargraph: Fix uninitialized refcount
Hugo Beauzée-Luyssen
git at videolan.org
Tue Feb 14 15:30:37 CET 2017
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Feb 14 13:51:47 2017 +0100| [f9f031f1a23acbc34195710c24fd579a77b7a41b] | committer: Hugo Beauzée-Luyssen
dbargraph: Fix uninitialized refcount
CID #1402778
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f9f031f1a23acbc34195710c24fd579a77b7a41b
---
modules/access/dtv/bdagraph.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/access/dtv/bdagraph.cpp b/modules/access/dtv/bdagraph.cpp
index a0cab02..d8eb2ae 100644
--- a/modules/access/dtv/bdagraph.cpp
+++ b/modules/access/dtv/bdagraph.cpp
@@ -375,6 +375,7 @@ void BDAOutput::Empty()
* Constructor
*****************************************************************************/
BDAGraph::BDAGraph( vlc_object_t *p_this ):
+ ul_cbrc( 0 ),
p_access( p_this ),
guid_network_type(GUID_NULL),
l_tuner_used(-1),
More information about the vlc-commits
mailing list