This commit is contained in:
Christian Semmler 2024-01-29 10:32:55 -05:00
parent 48be52594a
commit 93e10d9452

View File

@ -242,12 +242,12 @@ MxStillPresenter* MxStillPresenter::Clone()
if (m_alpha)
presenter->m_alpha = new MxVideoPresenter::AlphaMask(*m_alpha);
result = SUCCESS;
}
}
}
result = SUCCESS;
done:
if (result != SUCCESS) {
delete presenter;