Remove dealloc issue in UIDigit button

This commit is contained in:
Yann Diorcet 2012-11-14 12:21:44 +01:00
parent 5423b3b8cb
commit 59adceb9d2
2 changed files with 3 additions and 3 deletions

View file

@ -61,8 +61,8 @@
}
- (void)dealloc {
[super dealloc];
[addressField release];
[super dealloc];
}

View file

@ -5684,7 +5684,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CODE_SIGN_IDENTITY = "iPhone Developer: jehan monnier (E8MYPN2NXL)";
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_THUMB_SUPPORT = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
@ -5692,7 +5692,7 @@
HEADER_SEARCH_PATHS = "";
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
LIBRARY_SEARCH_PATHS = "";
PROVISIONING_PROFILE = "D0073029-09E3-435D-B758-DA3E8EFDA2A3";
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos;
STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = dynamic;
TARGETED_DEVICE_FAMILY = "1,2";