8253948: Memory leak in ImageFileReader

Reviewed-by: alanb
This commit is contained in:
Zhengyu Gu 2020-10-05 13:51:37 +00:00
parent 65cab55c1b
commit 81dae70f67
2 changed files with 15 additions and 5 deletions

View file

@ -423,7 +423,7 @@ private:
u4* _offsets_table; // Location offset table
u1* _location_bytes; // Location attributes
u1* _string_bytes; // String table
ImageModuleData *module_data; // The ImageModuleData for this image
ImageModuleData *_module_data; // The ImageModuleData for this image
ImageFileReader(const char* name, bool big_endian);
~ImageFileReader();