Skip to content

Commit

Permalink
Merge pull request #200 from viest/dev
Browse files Browse the repository at this point in the history
Fix: cell dup free
  • Loading branch information
viest authored Nov 21, 2019
2 parents 0e90900 + e6ff930 commit 516d712
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/read.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ unsigned int load_sheet_current_row_data(xlsxioreadersheet sheet_t, zval *zv_res
}

data_to_custom_type(_string_value, _type, zv_result_t);

free(_string_value);
}

return XLSWRITER_TRUE;
Expand Down

0 comments on commit 516d712

Please sign in to comment.