small fix for new pthread cleanup stuff
[musl] / src / thread / pthread_create.c
index 87bf816..d84e50a 100644 (file)
@@ -55,7 +55,6 @@ void __do_cleanup_push(struct __ptcb *cb, void (*f)(void *), void *x)
 void __do_cleanup_pop(struct __ptcb *cb, int run)
 {
        __pthread_self()->cancelbuf = cb->__next;
-       if (run) cb->__f(cb->__x);
 }
 
 static int start(void *p)