Skip to content

Commit ab46e64

Browse files
Merge pull request #427 from microsoft/main
Fork Sync: Update from parent repository
2 parents 0e43068 + 4c6fb7a commit ab46e64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/agent/onefuzz-task/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ fn main() -> Result<()> {
4040
let rt = tokio::runtime::Runtime::new()?;
4141
let result = rt.block_on(run(matches));
4242
atexit::execute();
43+
rt.shutdown_background();
4344
result
4445
}
4546

0 commit comments

Comments
 (0)