Inspectopedia Help

'dealloc' sent directly

Reports the dealloc messages sent directly. Such messages should never be sent directly. Instead, an object's dealloc method is invoked indirectly through the

release NSObject

protocol method (if the release message results in the receiver's retain count becoming 0). See Memory Management Programming Guide for more details on the use of these methods.

Inspection Details

Available in:

AppCode 2023.3

Plugin:

AppCode, 2023.3

Last modified: 13 July 2023