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 Field3D::swap #1569

Closed
wants to merge 1 commit into from
Closed

Fix Field3D::swap #1569

wants to merge 1 commit into from

Conversation

dschwoerer
Copy link
Contributor

y*_field == this has a special meaning, that is broken by swap.
Thus we need to manually check for this condition, and changing it to
the new this. Otherwise free is not happy.

Merge until #1345 is in?

y*_field == this has a special meaning, that is broken by swap.
Thus we need to manually check for this condition, and changing it to
the new this. Otherwise free is not happy.
@johnomotani
Copy link
Contributor

@ZedThree Possibly this patch should go into master, and we can leave it to #1345 to fix next?

@dschwoerer
Copy link
Contributor Author

there is no swap in master, so no bug ether ...

@johnomotani
Copy link
Contributor

Ah, my mistake. Thanks @dschwoerer 👍

@ZedThree
Copy link
Member

Fixed in #1345

@ZedThree ZedThree closed this Feb 12, 2019
@dschwoerer dschwoerer deleted the fix-1568 branch February 12, 2019 18:21
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

Successfully merging this pull request may close these issues.

3 participants