X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=types%2Fstring.c;h=9eaa9df800e25219e6d817e98c57daa2b94f4565;hp=47e0970e890280b159d52d385a15cc0e60eed63b;hb=64fa3fec6c28f1d077812b4bfa06ae73b0f5999d;hpb=98df1c9fb24d5e7e10bf628692011e130e0d8339 diff --git a/types/string.c b/types/string.c index 47e0970e..9eaa9df8 100644 --- a/types/string.c +++ b/types/string.c @@ -3,7 +3,9 @@ * * BabelTrace - String Type Converter * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -77,6 +79,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;