Posted to comp.sys.mac.programmer.codewarrior:
With every CF function, there are two simple rules:
-If the function name includes “Create”, you should release the result
-If the function name includes “Get”, you should *not* release the result
iOS and Mac developer
Posted to comp.sys.mac.programmer.codewarrior:
With every CF function, there are two simple rules:
-If the function name includes “Create”, you should release the result
-If the function name includes “Get”, you should *not* release the result