]> git.sesse.net Git - vlc/blobdiff - modules/access/sdi.cpp
Pah; we cannot free these variables, since they are const.
[vlc] / modules / access / sdi.cpp
index b9329e84fccd2d5e64abc254dbd51fb39fd8115e..7da119dbe45a03c182825a12cd6d9a804fd2e5ca 100644 (file)
@@ -380,6 +380,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;
         }