Browse Source

access: decklink: fix opt leak

pull/188/head
Johannes Kauffmann 10 months ago
committed by Steve Lhomme
parent
commit
9f54ff720b
  1. 1
      modules/access/decklink.cpp

1
modules/access/decklink.cpp

@ -505,6 +505,7 @@ static int GetAudioConn(demux_t *demux)
return VLC_EGENERIC;
}
free(opt);
if (sys->config->SetInt(bmdDeckLinkConfigAudioInputConnection, c) != S_OK) {
msg_Err(demux, "Failed to set audio input connection");
return VLC_EGENERIC;

Loading…
Cancel
Save