Skip to content

Memory leak #173

@GoogleCodeExporter

Description

@GoogleCodeExporter
in VnseaApp.m:
NSMutableDictionary * serverInfo = [[[servers objectAtIndex:serverIndex] 
mutableCopy] retain];
in VNCServerInfoView.m:
_serverInfo = [[info mutableCopy] retain];

"mutableCopy" already retains, so you are retaining twice, causing a memory leak

Original issue reported on code.google.com by fake.sha...@gmail.com on 20 Jan 2011 at 7:21

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions