lib: add internal object pool API and use it; adapt plugins/tests
[babeltrace.git] / lib / values.c
index 1d5adfa98b7918bd374fecdfd2c95c17fea9dc6b..4719e4514ed33bbc8363606c931028bc3edff04a 100644 (file)
@@ -80,6 +80,7 @@ struct bt_value bt_value_null_instance = {
                },
                .release = NULL,
                .parent = NULL,
+               .is_shared = true,
        },
        .type = BT_VALUE_TYPE_NULL,
        .frozen = BT_TRUE,
This page took 0.024357 seconds and 4 git commands to generate.