We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 !
The text was updated successfully, but these errors were encountered:
Hello, I also encountered the same problem here, would you solve?
Sorry, something went wrong.
No branches or pull requests
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 !
The text was updated successfully, but these errors were encountered: