Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
- #231 clear the in stream tracker timer so it can be setup again.
Browse files Browse the repository at this point in the history
  • Loading branch information
danrossi committed Jun 9, 2014
1 parent 7c44a0d commit bcf64d4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ package org.flowplayer.controller {
if (_timer && _timer.running) {
_timer.stop();
_timer.removeEventListener(TimerEvent.TIMER, onTimer);
//#231 clear the timer so it can be setup again.
_timer = null;
}
}

Expand Down

0 comments on commit bcf64d4

Please sign in to comment.