[cfe-dev] Ungrammatical warning for CFRelease()

Ted Kremenek kremenek at apple.com
Thu Oct 1 10:32:31 PDT 2009


Fixed:

http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090928/021960.html

Thanks Robert!

On Oct 1, 2009, at 1:37 AM, Robert Purves wrote:

>
> 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.
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list