lib: make public reference count functions have strict types
[babeltrace.git] / tests / lib / test-plugin-plugins / sfs.c
index 46e3eec0be7dfaab5eb4fa6f03a46225ea43f096..beac97258a09d538aaf16532805d0b4ad112606c 100644 (file)
@@ -71,7 +71,7 @@ static enum bt_query_status flt_query_method(
        BT_ASSERT(iret == 0);
        iret = bt_value_array_append_element(res, val);
        BT_ASSERT(iret == 0);
-       bt_object_put_ref(val);
+       bt_value_put_ref(val);
        return BT_QUERY_STATUS_OK;
 }
 
This page took 0.023741 seconds and 4 git commands to generate.