Update src/reader_native.cpp
Co-authored-by: Richard Berger <richard.berger@temple.edu>
This commit is contained in:
@ -487,6 +487,8 @@ void ReaderNative::read_atoms(int n, int nfield, double **fields)
|
||||
}
|
||||
delete[] magic_string;
|
||||
delete[] unit_style;
|
||||
magic_string = nullptr;
|
||||
unit_style = nullptr;
|
||||
|
||||
} else {
|
||||
int i,m;
|
||||
|
||||
Reference in New Issue
Block a user