Expected behavior
ReaderCommentsViewController instance is released after user exist the post comments screen.
Actual behavior
ReaderCommentsViewController instance is NOT released after user exist the post comments screen.
Steps to reproduce the behavior
- Add a
dealloc method to ReaderCommentsViewController.m method, with a statement like NSLog(@"dealloc").
- Set a breakpoint in the
dealloc method.
- Launch the app from Xcode.
- Navigate to Reader tab and tap on the "View Comment" button on a post.
- Tap the back button on the post comments screen.
Tested on [device], iOS [version], Jetpack iOS / WordPress iOS [version]
The trunk branch, db15a47
Expected behavior
ReaderCommentsViewControllerinstance is released after user exist the post comments screen.Actual behavior
ReaderCommentsViewControllerinstance is NOT released after user exist the post comments screen.Steps to reproduce the behavior
deallocmethod toReaderCommentsViewController.mmethod, with a statement likeNSLog(@"dealloc").deallocmethod.Tested on [device], iOS [version], Jetpack iOS / WordPress iOS [version]
The trunk branch, db15a47