]> git.sesse.net Git - vlc/commitdiff
Fix a missing path for p_config->Release().
authorSteinar Gunderson <sgunderson@bigfoot.com>
Sun, 26 Sep 2010 22:05:51 +0000 (00:05 +0200)
committerSteinar Gunderson <sgunderson@bigfoot.com>
Sun, 26 Sep 2010 22:05:51 +0000 (00:05 +0200)
modules/access/sdi.cpp

index f2b99cfdafd90aeba5b622bc40d871b8d1d4d4b8..54b3ed230a21fd800871ccfb6458d54a4c9a4779 100644 (file)
@@ -382,6 +382,7 @@ static int Open( vlc_object_t *p_this )
         {
             msg_Err( p_demux, "Invalid --sdi-audio-connection specified; choose one of " \
                               "embedded, aesebu, or analog." );
+            p_config->Release();
             Close( p_this );
             return VLC_EGENERIC;
         }