Help Fix Memory Leak release
问题 #import "VTM_AViPodReaderViewController.h" #import <AudioToolbox/AudioToolbox.h> // for the core audio constants #define EXPORT_NAME @"exported.caf" @implementation VTM_AViPodReaderViewController @synthesize songLabel; @synthesize artistLabel; @synthesize sizeLabel; @synthesize coverArtView; @synthesize conversionProgress; #pragma mark init/dealloc - (void)dealloc { [super dealloc]; } #pragma mark vc lifecycle -(void) viewDidAppear:(BOOL)animated { [super viewDidAppear:animated]; } #pragma