From 3df257e62f9d848e51f4ca5db83a06975f019c7d Mon Sep 17 00:00:00 2001 From: Good Guy Date: Fri, 29 Sep 2017 22:20:44 -0600 Subject: [PATCH] yet another proxy ref fix --- cinelerra-5.1/cinelerra/proxy.C | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cinelerra-5.1/cinelerra/proxy.C b/cinelerra-5.1/cinelerra/proxy.C index ddc4d1c9..3378c6ed 100644 --- a/cinelerra-5.1/cinelerra/proxy.C +++ b/cinelerra-5.1/cinelerra/proxy.C @@ -351,9 +351,7 @@ Asset *ProxyRender::add_original(Indexable *idxbl, int new_scale) proxy->video_length = idxbl->get_video_frames(); edl_assets->append(proxy); } - else { - proxy->add_user(); - } + proxy->add_user(); orig_proxies.append(proxy); idxbl->add_user(); orig_idxbls.append(idxbl); -- 2.26.2