Blender Git Loki
Git Commits -> Revision f70241d
Revision f70241d by Robert Guetzkow (master) March 18, 2020, 23:49 (GMT) |
Fix (unreported): Crash on accessing active sequence in select groupped operator This patch moves the NULL check of `actseq` to the correct position, which should happen before the `channel` is assigned. Otherwise an attempt to call the `sequencer_select_grouped_exec`, when there is no active sequence and `use_active_channel` set to true, results in a crash. Reviewed By: ISS Differential Revision: https://developer.blender.org/D7170 |
Commit Details:
Full Hash: f70241deba0edd65e7b4ca924ee85cf3795cd4af
Parent Commit: 271231f
Committed By: Richard Antalik
Lines Changed: +5, -5
1 Modified Path:
/source/blender/editors/space_sequencer/sequencer_select.c (+5, -5) (Diff)