Posts

Post not yet marked as solved
2 Replies
768 Views
Hi, Why am I getting these leaks :Malloc 512 Bytes10x10504b2b0512 BytesiTunesCloud-[ICCloudClientAvailabilityService canShowCloudVideo]Malloc 256 Bytes10x281a30600256 BytesiTunesCloud-[ICCloudClient listenerEndpointForService:error:]Malloc 64 Bytes10x283341a4064 BytesFoundation-[NSXPCConnection synchronousRemoteObjectProxyWithErrorHandler:]when i just call songs in ipod library :MPMediaQuery *query = [MPMediaQuery songsQuery]; NSArray *songsMediaItems = [[NSArray alloc] initWithArray:[query items]];I testing this on IOS 13.2 ,Iphone 8 Plus. The instrument "Leaks" shows that leaks are created in this method:MPMediaQuery *query = [MPMediaQuery songsQuery];
Posted Last updated
.