summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9c0fc91)
raw | patch | inline | side by side (parent: 9c0fc91)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 29 Nov 2015 17:06:33 +0000 (18:06 +0100) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 12 Jan 2016 06:59:11 +0000 (07:59 +0100) |
CID 37970
src/perl.c | patch | blob | history |
diff --git a/src/perl.c b/src/perl.c
index d42afc2001f85311706d634dc96ec904f2c6959d..d247dc0eece612568bce01e2edaee4fdb5326193 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);