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 segmentation fault on exiting Python #732

Merged
merged 7 commits into from
Feb 16, 2021

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    813150e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8a362b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d180685 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27124f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0183277 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f84a541 View commit details
    Browse the repository at this point in the history
  7. [exotica_python] Fix memory leak and segmentation fault on exit

    The Initializer destructors caused a segfault in boost::any. Correctly
    tidying up captured variables fixes the problem.
    wxmerkt committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    3488146 View commit details
    Browse the repository at this point in the history