X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=types%2Fstring.c;h=1999cffdb0b4ff188c706bd16a5cc96cab15e8dc;hb=75cc2c3593a5cec870fb530ed4712b5c13d9f0db;hp=47e0970e890280b159d52d385a15cc0e60eed63b;hpb=98df1c9fb24d5e7e10bf628692011e130e0d8339;p=babeltrace.git diff --git a/types/string.c b/types/string.c index 47e0970e..1999cffd 100644 --- a/types/string.c +++ b/types/string.c @@ -77,6 +77,7 @@ struct definition * string->p.name = field_name; string->p.path = new_definition_path(parent_scope, field_name, root_name); + string->p.scope = NULL; string->value = NULL; string->len = 0; string->alloc_len = 0;