Fix: Memleak in sequencer drag and drop code

This commit is contained in:
2022-07-05 16:31:13 +02:00
parent 329efa23d0
commit 883d8ea16c

View File

@@ -179,6 +179,7 @@ static void sequencer_drop_copy(bContext *C, wmDrag *drag, wmDropBox *drop)
if (max_channel != -1) {
RNA_int_set(drop->ptr, "channel", max_channel);
}
SEQ_collection_free(strips);
}
}
}