summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 74b894a)
raw | patch | inline | side by side (parent: 74b894a)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 29 Nov 2015 17:06:33 +0000 (18:06 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 29 Nov 2015 17:06:33 +0000 (18:06 +0100) |
CID 37970
src/perl.c | patch | blob | history |
diff --git a/src/perl.c b/src/perl.c
index 0a98684e9e809f30be3eb042abe3a254bb028510..cf09586f71abceeb644cc1fd8d9083867fd6da82 100644 (file)
--- a/src/perl.c
+++ b/src/perl.c
/* the ithread no longer exists */
if (NULL == t)
+ {
+ pthread_mutex_unlock (&perl_threads->mutex);
return;
+ }
c_ithread_destroy (ithread);