Hello. This piece of code causes CFPreferencesSetAppValue() to
crash: 

- (CFDictionaryRef) createBlockSaveData { 

 CFDictionaryRef
parent=[super createBlockSaveData]; 

 CFStringRef
keys[]={CFSTR("LinkBlockURL"), CFSTR("LinkBlockDisplayName"),
CFSTR("LinkBlockBrowser"), CFSTR("BlockType"), nil}; 

 CFTypeRef
values[]={url ? (__bridge CFTypeRef)(url) : CFSTR("null"), 


displayName ? (__bridge CFTypeRef)(displayName) : CFSTR("null"), 


browser ? (__bridge CFTypeRef)(browser) : CFSTR("null"), 


CFSTR(LKBLockTypeURL), 

 nil}; 

 CFMutableDictionaryRef
d=CFDictionaryCreateMutableCopy(nil, 0, parent); 

 if (url) {for (int
t=0; t
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to