Squash valgrind errors by making sure client threads get joined on termination
This commit is contained in:
@@ -59,6 +59,7 @@ extern pthread_key_t cleanup_handler_key;
|
||||
abort(); \
|
||||
case 2: /* non-fatal error, return to context of error handler setup */ \
|
||||
context->handler(context->data, 0); \
|
||||
pthread_exit((void *)1);\
|
||||
default: \
|
||||
abort(); \
|
||||
} \
|
||||
|
Reference in New Issue
Block a user