commit dffc3f9201d160dd12d70586c489df5cb81becbe
parent 5ac5ef5f26fad0e5ecd9784f351b23f37d9a2fe8
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Fri, 21 Apr 2017 15:13:42 +0200
Merge remote-tracking branch 'origin/develop' into feature_new_shapes
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/parser/solparser_spectrum.c b/src/parser/solparser_spectrum.c
@@ -118,7 +118,7 @@ parse_spectrum
const yaml_node_t* spectrum,
struct solparser_spectrum_id* out_ispectrum)
{
- struct solparser_spectrum* spec;
+ struct solparser_spectrum* spec = NULL;
size_t ispec = SIZE_MAX;
intptr_t i, n;
res_T res = RES_OK;