Skip to content

Small leak DiffMatchPatch.m fix #89

@Rjonhson

Description

@Rjonhson

Line 193, they forgot to autorelease, here is the fix:

newPatch.diffs = [[[NSMutableArray alloc] initWithArray:self.diffs copyItems:YES] autorelease];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions