Fix: sessiond: ust-app: assertion failure on registration of dead app
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index d8546308deb2cc2fa77e7c1b698627626b881234..b5ee6126eee1ae214a43ca3a5842bf3a5fdab079 100644 (file)
@@ -4070,6 +4070,7 @@ int ust_app_setup_event_notifier_group(struct ust_app *app)
 error:
        ustctl_release_object(app->sock, app->event_notifier_group.object);
        free(app->event_notifier_group.object);
+       app->event_notifier_group.object = NULL;
        return ret;
 }
 
This page took 0.023219 seconds and 4 git commands to generate.