Fix sequencer crash when invalidating strip when there's nothing cached yet
This commit is contained in:
@@ -180,6 +180,7 @@ static int seqcache_key_check_seq(void *userkey, void *userdata)
|
||||
|
||||
void BKE_sequencer_cache_cleanup_sequence(Sequence *seq)
|
||||
{
|
||||
if (moviecache)
|
||||
IMB_moviecache_cleanup(moviecache, seqcache_key_check_seq, seq);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user