Search code examples
Is assigning self.string = @"" on an @property that's (retain)'d proper?...

objective-creference-countingretaincount

Read More
Retain/ Release count problem. Clarification needed...

objective-cretaincount

Read More
check retain count...

iphonexcode4deallocretaincount

Read More
Issue with NSMutableArray visibility / retain...

objective-ccocoansmutablearrayretaincount

Read More
window addSubview release problem...

objective-ciosuiapplicationdelegateaddsubviewretaincount

Read More
Handling memory leaks in factory methods...

iphoneobjective-ccocoamemory-leaksretaincount

Read More
How to remove an object from NSMutableArray only when retain count reaches 0?...

objective-cxcodeshared-memoryretaincount

Read More
Why is KVO retaining all of NSMutableArray's objects?...

objective-cxcodekey-value-observingkey-value-codingretaincount

Read More
Overrelease issue with block-captured objects; retain count jumps straight from +2 to 0!...

objective-cinstrumentsgrand-central-dispatchretaincountnszombie

Read More
Why retainCount = 2 - after release?...

iosmemory-managementretaincount

Read More
Is retainCount giving me the correct information for my NSDate?...

iosmemorypropertiesnsdateretaincount

Read More
Another "Retain, then Release" question...

objective-ccocoamemory-managementretaincount

Read More
NSMutableArray getting released?...

objective-ccocoamemory-managementretaincount

Read More
Why is this code leaking on instruments?...

iphoneobjective-cmemory-managementmemory-leaksretaincount

Read More
Objective-C Retain Count goes from 0 to 2...

objective-csingletonretaincount

Read More
UITextView setEnabled: causes the retain count to increment?...

iphoneobjective-ccocoa-touchios4retaincount

Read More
Can we release some memory in Objective-c that a variable does not own but points to?...

objective-cmemorymemory-managementretaincount

Read More
Retain count of allocated object assigned to a retained property...

objective-cuiimageretaincount

Read More
Error: *** -[CALayer retain]: message sent to deallocated instance 0xdaa54d0...

iphonecalayerretainretaincountexc-bad-access

Read More
Weird behaviour with retainCount...

iphoneobjective-cretaincount

Read More
Object leak using "retain"...

iphonecocoa-touchiosretaincount

Read More
Properly release ViewController when adding subview without navigationController...

iphoneobjective-ciosuiviewcontrollerretaincount

Read More
Why is the retain count so high? Memory Management...

iphonememory-managementuinavigationcontrollerretaincount

Read More
instance variables not accessible...

iphoneexc-bad-accessretainretaincount

Read More
NSMutableArray remove object increases reference count?...

objective-cnsmutablearrayretaincount

Read More
Objective-C determine what objects retain another object...

iphoneobjective-cmemory-leaksretaincount

Read More
retaincount of ViewController +4 when pushed by NavigationController...

iphoneuinavigationcontrollercontrollerretaincount

Read More
calling 'subviews' method on a cell's contentView increases retain count...

objective-cretaincount

Read More
Adding @Property UISwitch to TableView Causes RetainCount Problems...

iphoneuitextfieldretainuiswitchretaincount

Read More
Methods That Call Methods: Basics of Autorelease?...

objective-cmemory-managementretaincount

Read More
BackNext