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

Avoid using pointer in the removed ListNode. #15

Open
jimaobian opened this issue Jul 9, 2019 · 0 comments
Open

Avoid using pointer in the removed ListNode. #15

jimaobian opened this issue Jul 9, 2019 · 0 comments

Comments

@jimaobian
Copy link

jimaobian commented Jul 9, 2019

g_intersectionsList.remove(j);

This should be avoid. Please try to move it after using it:

SimpleListNode<Line2> *linen0 = j->m_object.m_lines[0];
SimpleListNode<Line2> *linen1 = j->m_object.m_lines[1];
g_intersectionsList.remove(j);
if (linen0->m_object.m_i0==j)
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