sharedspice.c: fix sigsev fault under LINUX
This commit is contained in:
parent
23779a9eb1
commit
35550cfd1d
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue