mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Use proper function to send terminate query.
This commit is contained in:
@@ -2821,7 +2821,7 @@ void Worker::Exec()
|
|||||||
}
|
}
|
||||||
if( !done ) continue;
|
if( !done ) continue;
|
||||||
}
|
}
|
||||||
Query( ServerQueryTerminate, 0 );
|
QueryTerminate();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user