diff options
Diffstat (limited to 'src/bin/main.rs')
-rw-r--r-- | src/bin/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/main.rs b/src/bin/main.rs index 9e01a29..8b46196 100644 --- a/src/bin/main.rs +++ b/src/bin/main.rs @@ -40,6 +40,7 @@ fn main() { * to become idle but it will never becomes idle since we keep a reference * to a reqwest client which maintains a connection pool. */ + std::mem::drop(authed_client); std::mem::drop(client); tokio::run( clip.join(clip2) |