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:
techdragon.nguyen@gmail.com
2012-01-10 20:21:57 +00:00
parent adc3e4b689
commit bb2536512a
2 changed files with 4 additions and 2 deletions
@@ -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: