fix leak of variant field path
[babeltrace.git] / plugins / ctf / common / notif-iter / notif-iter.c
index ab28630ef12fc37307b054d9fef9c76a4c346d4a..1f80c7064ecdb1f4b87121d85ef826ded59cf1e3 100644 (file)
@@ -1632,6 +1632,7 @@ struct bt_ctf_field_type *btr_get_variant_type_cb(
 end:
        BT_PUT(tag_field);
        BT_PUT(selected_field);
+       BT_PUT(path);
 
        return selected_field_type;
 }
This page took 0.023912 seconds and 4 git commands to generate.