replace :
CFRelease(pString);

with :
is (pString)  CFRelease(pString);

Please read :

if (pString)  CFRelease(pString);


sorry

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to