Do not use g_quark_from_static_string in unloadable code
[babeltrace.git] / formats / lttng-live / lttng-live-comm.c
index 1912b57f5795b2bdbe475f6ff4dcb374b11085e4..cd146d764886d21032dbe4e0dfe8e0e01fc7c385 100644 (file)
@@ -1646,7 +1646,7 @@ int lttng_live_read(struct lttng_live_ctx *ctx)
                goto end;
        }
 
-       fmt_write = bt_lookup_format(g_quark_from_static_string("text"));
+       fmt_write = bt_lookup_format(g_quark_from_string("text"));
        if (!fmt_write) {
                fprintf(stderr, "[error] ctf-text error\n");
                goto end;
This page took 0.024324 seconds and 4 git commands to generate.