Skip to content

Memory leak? #5

Description

@armandzwan

I think you need a release of the path you create at line 401 of UIBezierPathSerialization.m
CGMutablePathRef path = CGPathCreateMutable();
Maybe insert between line 449 and 450?
CGPathRelease(path);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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