in tinkle/src/main/ElvinConnection.m: SubscriptionContext *context = [[SubscriptionContext new] retain];
"new" already retains, so you are retaining twice, and only releasing once, causing a memory leak
Log in to post a comment.