“Other Processes” untraceable memory leaks when using AVAssetResourceLoaderDelegate, iOS Objective C
问题 I am trying to create an AVURLAsset from an mp4 in memory. So I have created an implementation of AVAssetResourceLoaderDelegate. @interface RLDelegate : NSObject <AVAssetResourceLoaderDelegate> - (instancetype)initWithData:(NSData *)data contentType:(NSString *)contentType; @end @interface RLDelegate() @property (nonatomic) NSData *data; @property (nonatomic) NSString *contentType; @end @implementation RLDelegate - (instancetype)initWithData:(NSData *)data contentType:(NSString *)contentType