1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Use proper function to send terminate query.

This commit is contained in:
Bartosz Taudul 2020-03-27 02:02:36 +01:00
parent 51bae7855d
commit a466362938

View File

@ -2821,7 +2821,7 @@ void Worker::Exec()
}
if( !done ) continue;
}
Query( ServerQueryTerminate, 0 );
QueryTerminate();
break;
}
}