Skip to content

Simple example not working #10

Description

@nservidio

Hey all, I'm trying the following:

- (void)viewDidLoad {
    [super viewDidLoad];
    NSMutableString *foo = [[NSMutableString alloc] initWithString:@"testpwd6"];
    track(foo);
}

- (void)viewWillDisappear:(BOOL)animated {
    [super viewWillDisappear:animated];
    wipeAll();
}

However, when I do a memory dump using https://github.com/Nightbringer21/fridump, I still see "testpwd6" in memory:

ntal�
ntalntaln�
 LOMo�
 MORq�
testpwd6�
labelColor�
storyboard�
MTL1,2�
GLES2,0�
ca.ttc�
 DLN�
ntal�
CAMediaTimingFunction�

Is this a known issue? Please let me know. Thanks!

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions