Skip to content

EXC_BAD_ACCESS releasing the object #1

@cmazzi

Description

@cmazzi

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];
    }

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