Add a way to cleanly shut down the library #578
Loading…
Reference in New Issue
No description provided.
Delete Branch "shutdown"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This change adds the Shutdown() method, so that the library can be
cleanly shut down. This helps significanly reduce the amount of noise in
the leak detector.
Thank you. I used your patch and it helped me.