Fix for valgrind warning.

This commit is contained in:
John McNamara 2020-01-16 01:21:22 +00:00
parent 91b1cfa5b2
commit 335548e77b

View File

@ -2696,7 +2696,7 @@ lxw_worksheet_prepare_vml_objects(lxw_worksheet *self,
};
/* If this allocation fails it will be dealt with in packager.c. */
vml_data_id_str = calloc(1, data_str_len);
vml_data_id_str = calloc(1, data_str_len + 2);
GOTO_LABEL_ON_MEM_ERROR(vml_data_id_str, mem_error);
/* Create the CSV list in the allocated space. */