htmpple icon indicating copy to clipboard operation
htmpple copied to clipboard

Pointer being freed was not allocated

Open AaronKovacs opened this issue 7 years ago • 0 comments

-(void) pushAttributes
{
 [self.indentLevelStack addObject:@(self.currentIndentLevel)];
}

This method occasionally throws a malloc error:

error for object 0x1d000c7b0: pointer being freed was not allocated

AaronKovacs avatar Aug 14 '18 16:08 AaronKovacs