Skip to content

Commit

Permalink
Merge pull request #6488 from vishalduggal/timob-7246
Browse files Browse the repository at this point in the history
CR and FT ok. Merging.
  • Loading branch information
cheekiatng committed Dec 17, 2014
2 parents 1036c42 + 803e3a0 commit 733ac95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion iphone/Classes/TiAnimation.m
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ -(void)animationCompleted:(NSString *)animationID finished:(NSNumber *)finished
}

RELEASE_TO_NIL(animatedViewProxy);
RELEASE_TO_NIL_AUTORELEASE(animatedView);
}

-(BOOL)isTransitionAnimation
Expand Down Expand Up @@ -693,7 +694,9 @@ -(void)animate:(id)args
[parentProxy add:child];
}
];
}
} else {
RELEASE_TO_NIL_AUTORELEASE(animatedView);
}
}


Expand Down

0 comments on commit 733ac95

Please sign in to comment.