MeterView icon indicating copy to clipboard operation
MeterView copied to clipboard

EXC_BAD_ACCESS releasing the object

Open cmazzi opened this issue 14 years ago • 0 comments

First of all: great job. I had some EXC_BAD_ACCESS releasing the object. I solved with the following code

  • (void)dealloc { needleLayer.delegate = nil; [needleLayer release]; [needle_ release]; [textLabel_ release];

    [super dealloc]; }

cmazzi avatar Jan 18 '12 16:01 cmazzi