Clean up thread in python test

This commit is contained in:
James Booth
2016-07-09 22:48:11 +01:00
parent ef43aa0267
commit ff23b5b2ce
2 changed files with 25 additions and 5 deletions

View File

@@ -624,6 +624,7 @@ prof_on_shutdown(void)
{
create_win();
prof_win_show(plugin_win, "fired -> prof_on_shutdown");
pthread_cancel(worker_thread);
}
void