Fix: tests: free message iterator class in test_graph_topo.c
[babeltrace.git] / tests / lib / test_graph_topo.c
index cd3284be152d1dbdfded071aa68004fbc70156c6..c31f7c8be4a309deee02787099caa580512cb1eb 100644 (file)
@@ -358,6 +358,7 @@ void fini_test(void)
        bt_component_class_source_put_ref(src_comp_class);
        bt_component_class_sink_put_ref(sink_comp_class);
        g_array_free(events, TRUE);
+       BT_MESSAGE_ITERATOR_CLASS_PUT_REF_AND_RESET(msg_iter_class);
 }
 
 static
This page took 0.024007 seconds and 4 git commands to generate.