mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2025-02-17 01:58:20 +00:00
Build fix
This commit is contained in:
parent
15f1b95575
commit
663531bdc4
@ -84,8 +84,8 @@ CFDictionaryRef CGPointCreateDictionaryRepresentation(CGPoint point)
|
||||
dict = CFDictionaryCreate(NULL, (const void**) keys, (const void**) values, 2,
|
||||
&kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
|
||||
|
||||
CRelease(values[0]);
|
||||
CRelease(values[1]);
|
||||
CFRelease(values[0]);
|
||||
CFRelease(values[1]);
|
||||
|
||||
return dict;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user