Skip to content

Memory leak issue #6

@danamo

Description

@danamo

After getting some crashes I verified the demo code using Apple's instruments tool to detect leaks and it keeps showing a leak on:

extention.c - line 43 :

void* _malloc (size_t size, const char* file, int line) {
if(debugMallocFunc)
return debugMallocFunc(size, file, line);

return mallocFunc(size);
}

Any idea how to solve this issue? it basically leaks every time I upload a skeleton which eventually causes the app to run out of memory and crash...
Thanks for your help!

screen shot 2015-06-10 at 12 34 04 pm
screen shot 2015-06-10 at 12 33 44 pm
screen shot 2015-06-10 at 12 33 26 pm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions