mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8253948: Memory leak in ImageFileReader
Reviewed-by: alanb
This commit is contained in:
parent
65cab55c1b
commit
81dae70f67
2 changed files with 15 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue