diff --git a/src/core.c b/src/core.c index f073777..17baaab 100644 --- a/src/core.c +++ b/src/core.c @@ -59,6 +59,8 @@ static void llclosehandler(MwLL handle, void* data) { MwDispatchUserHandler(h, MwNcloseHandler, NULL); h = h->parent; } + }else{ + h->close = 1; } }