mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 10:46:45 +02:00
Make sure to stop Visage before deleting it.
This commit is contained in:
parent
9d1278b663
commit
92bc675c97
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ Visage::Visage() :
|
|||
|
||||
Visage::~Visage() {
|
||||
#ifdef HAVE_VISAGE
|
||||
_tracker->stop();
|
||||
delete _tracker;
|
||||
delete _data;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue