View difference between Paste ID: KuHNKVF4 and xndnC7UK
SHOW: | | - or go back to the newest paste.
1-
SimpleConsoleObjectiveCApplication(7716) malloc: *** error for object 0x7fd90a40a660: pointer being freed was not allocated
1+
+ (id)alloc
2-
*** set a breakpoint in malloc_error_break to debug
2+
{
3
    return [self allocWithZone: NSDefaultMallocZone()];
4
}
5
6
+ (id)allocWithZone:(NSZone *)z
7
{
8
    return NSAllocateObject(self, 0, z);
9
}