mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 12:53:51 +00:00
Use proper function to send terminate query.
This commit is contained in:
parent
51bae7855d
commit
a466362938
@ -2821,7 +2821,7 @@ void Worker::Exec()
|
|||||||
}
|
}
|
||||||
if( !done ) continue;
|
if( !done ) continue;
|
||||||
}
|
}
|
||||||
Query( ServerQueryTerminate, 0 );
|
QueryTerminate();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user