зеркало из https://github.com/mozilla/pjs.git
fixing destructor bug in Repeater
This commit is contained in:
Родитель
0106607e08
Коммит
6bc95bee70
|
@ -28,6 +28,8 @@ Repeater::Repeater()
|
|||
|
||||
Repeater::~Repeater()
|
||||
{
|
||||
if (mRepeating) sRepeaters.remove(this);
|
||||
if (mIdling) sIdlers.remove(this);
|
||||
}
|
||||
|
||||
// repeater methods
|
||||
|
|
Загрузка…
Ссылка в новой задаче