Fix: missing unmap in test error handling
[lttng-tools.git] / tests / regression / kernel / select_poll_epoll.c
index cb39b08191b41701a9bb299cd2c414203499dcc3..3b98ab415c9c9485cf6c255d77c203ee5f0bcc4b 100644 (file)
@@ -759,7 +759,7 @@ void epoll_pwait_concurrent_munmap(void)
                        (void *) epoll_event);
        if (ret != 0) {
                fprintf(stderr, "[error] pthread_create\n");
-               goto end;
+               goto end_unmap;
        }
 
        ret = epoll_pwait(epollfd, epoll_event, 1, 1, NULL);
This page took 0.023819 seconds and 5 git commands to generate.