This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
Quick question: If I use [someViewController.view addSubView:otherViewController.view]; to add a view. And then use [otherViewController.view removeFromSuperView] to remove the view, my app will crash when I call [otherViewController release] The crash point is in the [super dealloc] line in my dealloc method of otherViewControll class implementation. otherViewController is a reference [...] read more