このコード行がメモリリークを引き起こしている理由に混乱しています:
NSPropertyListFormat format;
NSMutableDictionary *d = [NSPropertyListSerialization propertyListWithData:rawCourseArray options:NSPropertyListMutableContainers format:&format error:NULL];
修正に関する提案は大歓迎です!
よろしく、B
このコード行がメモリリークを引き起こしている理由に混乱しています:
NSPropertyListFormat format;
NSMutableDictionary *d = [NSPropertyListSerialization propertyListWithData:rawCourseArray options:NSPropertyListMutableContainers format:&format error:NULL];
修正に関する提案は大歓迎です!
よろしく、B