Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix memory leaks in EventStore and Reader/Writer interplay #134

Merged
merged 3 commits into from
Sep 18, 2020

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    4d3bc22 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    36d39c8 View commit details
    Browse the repository at this point in the history
  2. Clean up VectorMember data properly in collections

    If an Obj with VectorMembers is added to a collection, it becomes
    tracked and hence will no longer delete the vector member pointer. It
    is, thus the collections responsibility to do this in order to avoid
    leaking this.
    tmadlener committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    11af492 View commit details
    Browse the repository at this point in the history