Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple example not working #10

Open
nservidio opened this issue Jun 24, 2020 · 0 comments
Open

Simple example not working #10

nservidio opened this issue Jun 24, 2020 · 0 comments

Comments

@nservidio
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant