You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
The BloomFilterWrapper doesn't clean up the BloomFilter it allocates on init. As best I can tell, this is mostly a theoretical leak—in the app, the BloomFilterWrapper is currently retained for the lifetime of the program. If this ever were not the case though (as is the case in the test suite), the allocated BloomFilter would be leaked.
If you'd like, I can submit a pull request for the (tiny) fix.