We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdff571 commit 6c67c79Copy full SHA for 6c67c79
1 file changed
rustsynth-derive/src/lib.rs
@@ -339,6 +339,7 @@ fn generate_vs_filter(
339
340
match filter.process_frame(n, frame_data_array, &frame_ctx_wrapper, core_ref) {
341
Ok(output_frame) => {
342
+ let output_frame = MannuallyDrop::new(output_frame);
343
output_frame.as_ptr()
344
},
345
Err(error_msg) => {
0 commit comments