remove double bt_put
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 14 Nov 2016 21:51:05 +0000 (16:51 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:06 +0000 (14:09 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/text/print.c

index 41e2dd2aec2caae33967495b82e4b50381c041b1..472c29c81a4fc8d9fbfaf10c8b50fe2790967e3f 100644 (file)
@@ -149,7 +149,6 @@ enum bt_component_status print_event_header(struct text_component *text,
                fputs("name = ", text->out);
        }
        fputs(bt_ctf_event_class_get_name(event_class), text->out);
-       bt_put(event_class);
 end:
        bt_put(event_class);
        return ret;
This page took 0.026344 seconds and 4 git commands to generate.