mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Fix potential memory leak in worksheet_set_column().
Fix memory leak in worksheet_set_column() is column range was overridden.
This commit is contained in:
parent
78c5bdaa7a
commit
df4f2aa854
@ -7528,6 +7528,7 @@ worksheet_set_column_opt(lxw_worksheet *self,
|
||||
copied_options->level = level;
|
||||
copied_options->collapsed = collapsed;
|
||||
|
||||
free(self->col_options[firstcol]);
|
||||
self->col_options[firstcol] = copied_options;
|
||||
|
||||
/* Store the column formats for use when writing cell data. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user