You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
how can I fix this memory leak in this class /OWSHTTPSecurityPolicy.m
in line return SecCertificateCreateWithData(NULL, (__bridge CFDataRef)(certificateData));
call function 'SecCertifcateCreateWithData' returns a Core FOundation object
Hi,
how can I fix this memory leak in this class /OWSHTTPSecurityPolicy.m
in line return SecCertificateCreateWithData(NULL, (__bridge CFDataRef)(certificateData));
call function 'SecCertifcateCreateWithData' returns a Core FOundation object