From 93e10d9452f1f6f413c0837d97dc9090f80c339f Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 29 Jan 2024 10:32:55 -0500 Subject: [PATCH] Fix --- LEGO1/omni/src/video/mxstillpresenter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;