Update src/reader_native.cpp

Co-authored-by: Richard Berger <richard.berger@temple.edu>
This commit is contained in:
Lixin Sun
2021-12-13 12:23:14 -08:00
committed by GitHub
parent af2e295ac2
commit 3eae7b4200

View File

@ -147,6 +147,8 @@ void ReaderNative::skip()
delete[] magic_string;
delete[] unit_style;
magic_string = nullptr;
unit_style = nullptr;
} else {
read_lines(2);
bigint natoms;