[cfe-dev] Ungrammatical warning for CFRelease()

Robert Purves listrp at gmail.com
Thu Oct 1 01:37:31 PDT 2009


warning: Incorrect decrement of the reference count of an object is  
not owned at this point by the caller
   CFRelease( s );
   ^          ~

Should be:
Incorrect decrement of the reference count of an object not owned at  
this point by the caller
or:
Incorrect decrement of the reference count of an object that is not  
owned at this point by the caller

Robert P.




More information about the cfe-dev mailing list