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

Crashing Abruptly with Pointer being freed was not allocated #32

Open
vinaychopra90 opened this issue Feb 16, 2016 · 1 comment
Open

Comments

@vinaychopra90
Copy link

malloc: *** error for object 0x70000021c7d0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug

void WebPSafeFree(void* const ptr) {
if (ptr != NULL) {
Increment(&num_free_calls);
SubMem(ptr);
}
** free(ptr);
**
Crashing in last line.

let me know if anything else is required .
Xcode: 7.1.2
Sim: iPhone6S Plus
iOS: 9.2

Thanks in advance !

@GuangHuiGitHub
Copy link

Hello, I also encountered the same problem here, would you solve?

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

2 participants