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 possible dangling pointer #698

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on May 9, 2024

  1. solution to possible dangling pointer done

    Haswell authored and Haswell committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5b4bf90 View commit details
    Browse the repository at this point in the history
  2. solution to possible dangling pointer done

    Haswell authored and Haswell committed May 9, 2024
    Configuration menu
    Copy the full SHA
    76eb9c9 View commit details
    Browse the repository at this point in the history
  3. solution to possible dangling pointer done

    Haswell authored and Haswell committed May 9, 2024
    Configuration menu
    Copy the full SHA
    cfdaa6e View commit details
    Browse the repository at this point in the history
  4. std::bind will cause rvalue reference not usable, simply accept a cop…

    …y as parameter
    Haswell authored and Haswell committed May 9, 2024
    Configuration menu
    Copy the full SHA
    bf14841 View commit details
    Browse the repository at this point in the history
  5. std::bind will cause rvalue reference not usable, simply accept a cop…

    …y as parameter
    Haswell authored and Haswell committed May 9, 2024
    Configuration menu
    Copy the full SHA
    58e5847 View commit details
    Browse the repository at this point in the history
  6. std::bind will cause rvalue reference not usable, simply accept a cop…

    …y as parameter
    Haswell authored and Haswell committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c654804 View commit details
    Browse the repository at this point in the history