diff --git a/LEGO1/omni/src/video/mxstillpresenter.cpp b/LEGO1/omni/src/video/mxstillpresenter.cpp index c885e8d8..83b1a87e 100644 --- a/LEGO1/omni/src/video/mxstillpresenter.cpp +++ b/LEGO1/omni/src/video/mxstillpresenter.cpp @@ -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;