Open capnslipp opened 3 years ago
Fixed numerous memory leaks by adding the CF…Release() & free() calls necessary when using non-ARC plain-C stuff like CoreFoundation & malloc.
CF…Release()
free()
Fixed numerous memory leaks by adding the
CF…Release()
&free()
calls necessary when using non-ARC plain-C stuff like CoreFoundation & malloc.