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

pointer being freed was not allocated #319

Open
mycroftcanner opened this issue Jun 29, 2020 · 0 comments
Open

pointer being freed was not allocated #319

mycroftcanner opened this issue Jun 29, 2020 · 0 comments

Comments

@mycroftcanner
Copy link

For some reason using the following crashes randomly:

malloc: *** error for object 0x2838d17e0: pointer being freed was not allocated

image

This is my code :

                        node.imageModificationBlock = { image in
                            let luminance = Luminance()
                            return image.filterWithOperation(luminance)
                        }

Using GPUImage2 master (via Swift Package Manager)

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