lib: make public reference count functions have strict types
[babeltrace.git] / plugins / lttng-utils / debug-info.c
index 45b0f1c1efce5770474c483ce5170c0883b82517..ff193c2c793995a0fb82a68b907e567d7cbf0a14 100644 (file)
@@ -741,7 +741,7 @@ void debug_info_handle_event(FILE *err, const struct bt_event *event,
        }
 
 end_put_class:
-       bt_object_put_ref(event_class);
+       bt_event_class_put_ref(event_class);
 end:
        return;
 }
This page took 0.022895 seconds and 4 git commands to generate.