X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=plugins%2Fwriter%2Fwriter.c;h=f89ac7460a80f56e5d5f5eba0c48f972bc2b4519;hp=8f1d2fc1942eec526cb457a5954cbf5a635eec46;hb=d00b90bff69bfea0b81e73c166f68ca9231636d4;hpb=01972692e6deb0bfe140c5ebbf60740f544b27ae diff --git a/plugins/writer/writer.c b/plugins/writer/writer.c index 8f1d2fc1..f89ac746 100644 --- a/plugins/writer/writer.c +++ b/plugins/writer/writer.c @@ -272,6 +272,7 @@ enum bt_component_status writer_component_init( ret = BT_COMPONENT_STATUS_INVALID; goto error; } + bt_put(value); writer_component->base_path = g_string_new(path); if (!writer_component) {