Skip to content

Commit 6c67c79

Browse files
committed
pass ownership to vs again
1 parent cdff571 commit 6c67c79

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rustsynth-derive/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ fn generate_vs_filter(
339339

340340
match filter.process_frame(n, frame_data_array, &frame_ctx_wrapper, core_ref) {
341341
Ok(output_frame) => {
342+
let output_frame = MannuallyDrop::new(output_frame);
342343
output_frame.as_ptr()
343344
},
344345
Err(error_msg) => {

0 commit comments

Comments
 (0)