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

delete pointers before closing shared memory #299

Merged
merged 1 commit into from
Oct 15, 2022

Conversation

timmyL17
Copy link
Contributor

@timmyL17 timmyL17 commented Oct 12, 2022

Delete pointers into the shared memory buffer before closing the shared memory. Without this I got some errors when trying to close the buffer (on linux at least).

fixes #298

@carson-katri carson-katri added the bug Something isn't working label Oct 14, 2022
Copy link
Owner

@carson-katri carson-katri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

@carson-katri carson-katri merged commit 52be189 into carson-katri:main Oct 15, 2022
@carson-katri carson-katri added this to the v0.0.8 milestone Oct 16, 2022
JasonHoku pushed a commit to JasonHoku/dream-textures that referenced this pull request Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problems with cycles render pass
2 participants