tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.45k stars 406 forks source link

Fixing memory leaks and reducing memory usage with unique_ptr #680

Closed ThibaultDECO closed 1 year ago

ThibaultDECO commented 1 year ago

Fixing memory leaks and reducing memory usage by switching to a unique_ptr.