sharedspice.c: fix sigsev fault under LINUX

This commit is contained in:
h_vogt 2013-04-01 20:10:00 +02:00 committed by rlar
parent 23779a9eb1
commit 35550cfd1d
1 changed files with 1 additions and 3 deletions

View File

@ -388,9 +388,7 @@ runc(char* command)
}
else
fprintf(stdout, "Printsend thread stopped with timeout = %d\n", timeout);
#ifdef HAVE_LIBPTHREAD
pthread_join(printtid, NULL);
#endif
printstopp = FALSE;
return 2;
}