From 02bb55a72194631eb8e1b9968a27fbb426f73a07 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Sun, 11 Aug 2024 13:58:07 +0200 Subject: [PATCH] Another warning removed --- src/rt/rtaps.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rt/rtaps.rs b/src/rt/rtaps.rs index 4cc2b9b..cc08e9c 100644 --- a/src/rt/rtaps.rs +++ b/src/rt/rtaps.rs @@ -144,6 +144,7 @@ mod test { let rtaps = RtAps::new(&mut smgr, settings); smgr.startDefaultInputStream()?; thread::sleep(Duration::from_secs(2)); + drop(rtaps); } Ok(()) }