fixed memory leaks

This commit is contained in:
Alexey Ershov
2015-07-29 11:07:11 +03:00
parent 47e7a7a7ce
commit b102bc6678
2 changed files with 9 additions and 6 deletions

View File

@@ -162,9 +162,9 @@ public:
idle();
}
} while (!m_end_loop);
#endif
return 0;
#endif
}
protected: