From: Good Guy Date: Sat, 30 Sep 2017 04:20:44 +0000 (-0600) Subject: yet another proxy ref fix X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=commitdiff_plain;h=3df257e62f9d848e51f4ca5db83a06975f019c7d yet another proxy ref fix --- 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);