Merge branch 'blender-v2.83-release'

This commit is contained in:
Richard Antalik 2020-05-02 13:35:19 +02:00
commit 5ef94c9c41
Notes: blender-bot 2023-02-13 22:51:19 +01:00
Referenced by issue #75756, Eevee memory leak with Nvidia GPU
1 changed files with 1 additions and 1 deletions

View File

@ -1292,7 +1292,7 @@ bool BKE_sequencer_cache_put_if_possible(const SeqRenderData *context,
}
if (!seq) {
return NULL;
return false;
}
if (BKE_sequencer_cache_recycle_item(scene)) {