でメモリリークが発生しましたが、機能stringWithCString
でメモリリークを見つけられる人はいstringWithCstring
ますか?
SomeView *detailViewController = [[SomeView alloc] initWithNibName:@"SomeView" bundle:nil];
detailViewController.test = [NSString stringWithCString:"abc" encoding:UTF8_ENCODING];
テスト変数のSomeViewのプロパティは
@property (nonatomic,copy) NSString* test;
私の財産は正しく宣言されていますか?