mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-21 06:45:21 -06:00
Fix memory leak.
This commit is contained in:
parent
12443dc3c6
commit
214b1a3f43
1 changed files with 1 additions and 1 deletions
|
|
@ -4835,7 +4835,7 @@ worksheet_insert_image_opt(lxw_worksheet *self,
|
|||
|
||||
/* Copy other options or set defaults. */
|
||||
options->filename = lxw_strdup(filename);
|
||||
options->short_name = lxw_strdup(short_name);
|
||||
options->short_name = short_name;
|
||||
options->stream = image_stream;
|
||||
options->row = row_num;
|
||||
options->col = col_num;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue