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

Segmentation fault #16

Open
keivanzavari opened this issue Oct 25, 2017 · 0 comments
Open

Segmentation fault #16

keivanzavari opened this issue Oct 25, 2017 · 0 comments

Comments

@keivanzavari
Copy link

Hi,

In the cleanupHook the pointers are deleted but the vector is not cleared.
This will result in seg fault in case you

  • configure and start the component
  • stop and cleanup
  • configure again

For this to be solved a m_drivers.clear(); is necessary in cleanupHook. I have done these changes and documented the code a bit more. Will do a pull request once this issue and the one I opened earlier are further tested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant