Skip to content

Commit

Permalink
really just a bump so I can run crossbow again
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Aug 6, 2022
1 parent ac58c2d commit e38cb2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions r/R/arrow-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@
}

.onUnload <- function(...) {
# When running valgrind we need to wait for the thread pools to finish
# running background tasks or else we may get spurious memory leaks reported.
# When running valgrind this helps other threads run any tasks that
# may be completing, reducing the risk of valgrind reporting a spurious
# memory leak.
if (on_linux_dev()) {
Sys.sleep(1)
}
Expand Down

0 comments on commit e38cb2c

Please sign in to comment.