Skip navigation.
 
mlRe: Correct Order for CFRelease-ing CFNetwork Refs?
FROM : Jonathan Hohle
DATE : Tue Jul 01 22:21:02 2008

>
> The Core Foundation Ownership Policy is actually specified in terms of a
> naming convention similar to that for Cocoa and defined by two rules, the
> Create Rule and the Get Rule:
>


> <
> http://developer.apple.com/documentation/CoreFoundation/Conceptual/CFMemoryMgmt/Concepts/Ownership.html
> >.



I looked at it again, and couldn't reproduce the crashes. I spent a while
yesterday, however, ensuring My Create/Copy/Retains were all properly
matched with Release's.

Unfortunately, I'm not running into an issue where otest fails (tests don't
fail, but otest reports an non-zero exit status with messages about a
ReplicaData class), but running the program doesn't when run.

Thanks for the help!

--
Jon
<><

Related mailsAuthorDate
mlCorrect Order for CFRelease-ing CFNetwork Refs? Jonathan Hohle Jul 1, 15:09
mlRe: Correct Order for CFRelease-ing CFNetwork Refs? Kyle Sluder Jul 1, 19:09
mlRe: Correct Order for CFRelease-ing CFNetwork Refs? mmalc crawford Jul 1, 19:15
mlRe: Correct Order for CFRelease-ing CFNetwork Refs? Jonathan Hohle Jul 1, 22:21
mlRe: Correct Order for CFRelease-ing CFNetwork Refs? Michael Ash Jul 1, 23:49
mlRe: Correct Order for CFRelease-ing CFNetwork Refs? Kyle Sluder Jul 1, 23:59