Skip to content

Commit

Permalink
Fix crash when using chains from melt
Browse files Browse the repository at this point in the history
Regression caused by 2df4fc8
  • Loading branch information
bmatherly committed Mar 14, 2024
1 parent ab761ae commit 6a06b32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/core/producer_melt.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ mlt_producer producer_melt_init(mlt_profile profile,
}
if (producer != NULL && chain != NULL) {
mlt_chain_set_source(chain, producer);
mlt_producer_close(producer);
mlt_chain_attach_normalizers(chain);
producer = MLT_CHAIN_PRODUCER(chain);
} else if (producer != NULL) {
Expand Down

0 comments on commit 6a06b32

Please sign in to comment.