Fix: ir: bt_ctf_field_copy(): copy payload_set
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 21 Mar 2015 00:39:27 +0000 (20:39 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 28 Apr 2015 19:15:35 +0000 (15:15 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/ir/event-fields.c

index 80a6655b50f81c40fea196831a55b1d9d463a127..f524d5dbb8ce2fef86b935a5d4e69226e4c1999d 100644 (file)
@@ -1073,6 +1073,7 @@ struct bt_ctf_field *bt_ctf_field_copy(struct bt_ctf_field *field)
                goto end;
        }
 
+       copy->payload_set = field->payload_set;
        ret = field_copy_funcs[type_id](field, copy);
        if (ret) {
                bt_ctf_field_put(copy);
This page took 0.026088 seconds and 4 git commands to generate.