Suppress unused field warning
This commit is contained in:
parent
43fbe6fedf
commit
02029c945a
1 changed files with 1 additions and 0 deletions
|
@ -868,6 +868,7 @@ impl Drop for RemoteAudioTrack {
|
|||
// the crash in the `livekit.multicast` thread.
|
||||
//
|
||||
// unsafe { CFRelease(self.native_track.0) }
|
||||
let _ = self.native_track;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue