Fix #75, thanks @gennyble

This commit is contained in:
l1npengtul
2022-12-05 07:19:22 +09:00
committed by GitHub
parent 5a932c4f38
commit 32a33f644d
+1
View File
@@ -442,6 +442,7 @@ mod internal {
if let Err(_) = buffer_sndr.send((buffer_as_vec, fourcc)) {
return;
}
std::mem::forget(buffer_sndr);
}
#[allow(non_snake_case)]