Move libringbuffer to 'src/common/'
[lttng-ust.git] / src / liblttng-ust / lttng-events.c
index ed11b3b5cdbf512c81eacbfddd6c329bb5a0f83e..ccd3dfd9164bf744806dcbf69a7d18cc49baae4d 100644 (file)
 #include "context-internal.h"
 #include "ust-events-internal.h"
 #include "wait.h"
-#include "../libringbuffer/shm.h"
-#include "../libringbuffer/frontend_types.h"
-#include "../libringbuffer/frontend.h"
-#include "../libcounter/counter.h"
+#include "common/ringbuffer/shm.h"
+#include "common/ringbuffer/frontend_types.h"
+#include "common/ringbuffer/frontend.h"
+#include "common/counter/counter.h"
 #include "jhash.h"
 #include <lttng/ust-abi.h>
 #include "context-provider-internal.h"
@@ -379,7 +379,7 @@ void lttng_event_notifier_group_destroy(
        lttng_ust_unlock_fd_tracker();
 
        cds_list_del(&event_notifier_group->node);
-
+       lttng_destroy_context(event_notifier_group->ctx);
        free(event_notifier_group);
 }
 
This page took 0.023338 seconds and 4 git commands to generate.