Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Potential memory leak in BloomFilterWrapper #806

@s3cur3

Description

@s3cur3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions