Fix: python: free py_config_ptr in component_class_message_iterator_init
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_component_class.i.h
index 3759335c8122945819eb6d56029c8f32819aee40..8e284c0401f8281d66bfe94ecfb718cc76b3c059 100644 (file)
@@ -1205,6 +1205,7 @@ end:
        Py_XDECREF(py_comp_cls);
        Py_XDECREF(py_iter_cls);
        Py_XDECREF(py_iter_ptr);
+       Py_XDECREF(py_config_ptr);
        Py_XDECREF(py_component_port_output_ptr);
        Py_XDECREF(py_init_method_result);
        Py_XDECREF(py_iter);
This page took 0.02349 seconds and 4 git commands to generate.