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

Query: Fix memory leak by making FeedIterator IDisposable #1613

Merged
merged 6 commits into from
Jun 11, 2020

Commits on Jun 10, 2020

  1. Add disposable to FeedIterator.

    Jake Willey committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    c51e194 View commit details
    Browse the repository at this point in the history
  2. Updated test to use weak reference.

    Jake Willey committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    82dc5cf View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Fix contract test

    Jake Willey committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    d7ac32e View commit details
    Browse the repository at this point in the history
  2. Updated type check

    Jake Willey committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    b814194 View commit details
    Browse the repository at this point in the history
  3. Updated test

    Jake Willey committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    bda15b1 View commit details
    Browse the repository at this point in the history
  4. Updated tests

    Jake Willey committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    d4220e6 View commit details
    Browse the repository at this point in the history