]> git.sesse.net Git - vlc/commitdiff
BDA - minor bug fix in graph destructor
authorKen Self <kenself@videolan.org>
Fri, 13 Jul 2007 20:38:12 +0000 (20:38 +0000)
committerKen Self <kenself@videolan.org>
Fri, 13 Jul 2007 20:38:12 +0000 (20:38 +0000)
modules/access/bda/bdagraph.cpp

index 64615ff114da1e06b46c536c7527a2f8825c44dd..1655c2394f5670dbeca4e5bb3aea1f6cf95aaa7a 100644 (file)
@@ -1419,7 +1419,7 @@ HRESULT BDAGraph::Destroy()
         p_media_control->Release();
         p_media_control = NULL;
     }
-    if( p_scanning_tuner )
+    if( p_filter_graph )
     {
         p_filter_graph->Release();
         p_filter_graph = NULL;