Unidata / netcdf-cxx4

Official GitHub repository for netCDF-C++ libraries and utilities.
Other
124 stars 49 forks source link

Resolve bad delete #98 #117

Closed twsearle closed 2 years ago

twsearle commented 2 years ago

Use delete[] rather delete for deleting heap allocated char array.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.