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 leak in Import #773

Merged
merged 5 commits into from
May 19, 2023
Merged

fix: memory leak in Import #773

merged 5 commits into from
May 19, 2023

Commits on May 19, 2023

  1. fix: memory leak in Import

    don't need to reference the children, which recursively retain the whole subtree in memory.
    yihuang committed May 19, 2023
    Configuration menu
    Copy the full SHA
    af1c0ca View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    yihuang authored May 19, 2023
    Configuration menu
    Copy the full SHA
    f7f23ec View commit details
    Browse the repository at this point in the history
  3. keep the direct reference

    yihuang committed May 19, 2023
    Configuration menu
    Copy the full SHA
    ea5acc7 View commit details
    Browse the repository at this point in the history
  4. fix lint

    yihuang committed May 19, 2023
    Configuration menu
    Copy the full SHA
    1cca8b4 View commit details
    Browse the repository at this point in the history
  5. fix test

    yihuang committed May 19, 2023
    Configuration menu
    Copy the full SHA
    ec20783 View commit details
    Browse the repository at this point in the history