Unidata / netcdf-cxx4

Official GitHub repository for netCDF-C++ libraries and utilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plain delete used on pointer allocated with new[]

lambdaknight opened this issue · comments

delete charName;

This line should be delete [] charName;

Duplicate of #98