lib: make public reference count functions have strict types
[babeltrace.git] / cli / babeltrace-cfg-cli-args-default.c
index d0bfe1e59f557758c3087e52dd24a0649c4699a7..27eae102dd11b6411b954750cab60956ee6efb97 100644 (file)
@@ -61,7 +61,7 @@ error:
        BT_OBJECT_PUT_REF_AND_RESET(cfg);
 
 end:
-       bt_object_put_ref(initial_plugin_paths);
+       bt_value_put_ref(initial_plugin_paths);
        return cfg;
 }
 
This page took 0.024979 seconds and 4 git commands to generate.