lib: rename `bt_object_{get,put}_no` -> `bt_object_{get,put}_ref_no`
[babeltrace.git] / src / lib / value.c
index 4009def73f9f90b13d1b7864e679ccbdf92e72b9..c8865ebc05c2d37eb451a3ccbb6bf1acdd920073 100644 (file)
@@ -138,7 +138,7 @@ struct bt_value *bt_value_null_copy(const struct bt_value *null_obj)
 {
        BT_ASSERT(null_obj == bt_value_null);
 
-       bt_object_get_no_null_check(bt_value_null);
+       bt_object_get_ref_no_null_check(bt_value_null);
        return (void *) bt_value_null;
 }
 
This page took 0.02267 seconds and 4 git commands to generate.