X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcache.C;fp=cinelerra-5.1%2Fcinelerra%2Fcache.C;h=9186f1f090b4bd52c0f3f93faf7fd3405102f2d5;hb=175a7314e8e927128787feeb7ba5f42530f0a319;hp=7c640d9e76da927bbf44c1df2efe83e222e75d57;hpb=938dfbb92e41044bee37394ba72af83c61d7cd87;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/cache.C b/cinelerra-5.1/cinelerra/cache.C index 7c640d9e..9186f1f0 100644 --- a/cinelerra-5.1/cinelerra/cache.C +++ b/cinelerra-5.1/cinelerra/cache.C @@ -117,14 +117,15 @@ File* CICache::check_out(Asset *asset, EDL *edl, int block) // cache deleted during checkout, destroy this if( users == 1 ) { - current->Garbage::remove_user(); + remove_user(); total_lock->unlock(); return 0; } //printf("users: %i \n", users ); - - current->Garbage::remove_user(); + EDL *parent = edl->parent_edl; + if(parent) + remove_user(); total_lock->unlock(); //printf("check out %p %lx %s\n", current, tid, asset->path); return current ? current->file : 0;