fixed a memleak in AdWhirlConfig.m
added a TODO about a compiler warning I received that was not flagged in the code.
This commit is contained in:
@@ -327,7 +327,8 @@ BOOL awDoubleVal(double *var, id val) {
|
||||
case 3:
|
||||
// general config map
|
||||
if (![self parseExtraConfig:configDict error:error]) {
|
||||
return NO;
|
||||
[adNetConfigDicts release];
|
||||
return NO;
|
||||
}
|
||||
break; // general config map
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user