X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=types%2Fstring.c;h=1999cffdb0b4ff188c706bd16a5cc96cab15e8dc;hp=47e0970e890280b159d52d385a15cc0e60eed63b;hb=a35173fe7e72fe456cbd19db34a5ff7a09a0c7ff;hpb=c6e183c2bacc6ee12b0545ef47fb41b63686d8c8 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;