X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Flib%2Ftrace-ir%2Fclock-class.c;h=c394454816039304a376d3bcf34bd27c44f1b58b;hp=e982ad7f0fafc74e48ba733db4635508f15c1d4e;hb=6871026b82224d83bb63cbb44cc33c16c766d96d;hpb=cdbde3b580b85b33963c3310b9e1132b80b41a24 diff --git a/src/lib/trace-ir/clock-class.c b/src/lib/trace-ir/clock-class.c index e982ad7f..c3944548 100644 --- a/src/lib/trace-ir/clock-class.c +++ b/src/lib/trace-ir/clock-class.c @@ -338,9 +338,9 @@ void bt_clock_class_set_user_attributes( BT_ASSERT_PRE(user_attributes->type == BT_VALUE_TYPE_MAP, "User attributes object is not a map value object."); BT_ASSERT_PRE_DEV_CLOCK_CLASS_HOT(clock_class); - bt_object_put_no_null_check(clock_class->user_attributes); + bt_object_put_ref_no_null_check(clock_class->user_attributes); clock_class->user_attributes = (void *) user_attributes; - bt_object_get_no_null_check(clock_class->user_attributes); + bt_object_get_ref_no_null_check(clock_class->user_attributes); } void bt_clock_class_get_ref(const struct bt_clock_class *clock_class)