X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=cli%2Fbabeltrace-cfg.h;h=d72348d38da2a5b9b070937874d55e1156f032f2;hb=398454ed067b95215c7affbe265fd36edab931ee;hp=b63c6c5ced2e130f7e6cbe281638058b53f6294a;hpb=e1e02a22957d83adc526c016d5d3b978b8e6d26d;p=babeltrace.git diff --git a/cli/babeltrace-cfg.h b/cli/babeltrace-cfg.h index b63c6c5c..d72348d3 100644 --- a/cli/babeltrace-cfg.h +++ b/cli/babeltrace-cfg.h @@ -129,7 +129,10 @@ static inline struct bt_config_component *bt_config_get_component(GPtrArray *array, size_t index) { - return bt_object_get_ref(g_ptr_array_index(array, index)); + struct bt_config_component *comp = g_ptr_array_index(array, index); + + bt_object_get_ref(comp); + return comp; } int bt_config_append_plugin_paths(struct bt_private_value *plugin_paths,