git-svn-id: svn://db.shs.com.ru/pip@704 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -517,7 +517,7 @@ void PITimer::init() {
|
|||||||
void PITimer::destroy() {
|
void PITimer::destroy() {
|
||||||
//piCout << "destroy" << this << imp;
|
//piCout << "destroy" << this << imp;
|
||||||
if (imp == 0) return;
|
if (imp == 0) return;
|
||||||
imp->stop(true);
|
//imp->stop(true);
|
||||||
delete imp;
|
delete imp;
|
||||||
imp = 0;
|
imp = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user