--- libgig/trunk/ChangeLog 2021/06/17 10:09:42 3935 +++ libgig/trunk/ChangeLog 2021/06/17 10:29:54 3936 @@ -28,6 +28,7 @@ Group::GetNextSample() in entire gig.cpp file. - Changed signature of method File::GetGroup(uint) to File::GetGroup(size_t). + - Fixed File::GetGroup(size_t) to be reentrant-safe. * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.