Rename: bt_put(), bt_get() -> bt_object_put_ref(), bt_object_get_ref()
[babeltrace.git] / include / babeltrace / ctf-writer / event-internal.h
index 3a06131b26066635a9f69c5fc4ea53a7b374de3e..aaac70bd10090990a1e11f041506252779719fcb 100644 (file)
@@ -238,7 +238,7 @@ void bt_ctf_event_common_finalize(struct bt_object *obj,
                 * common ancestor with it to guarantee they would both have the
                 * same lifetime.
                 */
-               bt_put(event->class);
+               bt_object_put_ref(event->class);
        }
 }
 
This page took 0.025176 seconds and 4 git commands to generate.