< prev index next >

src/hotspot/share/classfile/classLoader.cpp

Print this page
*** 381,13 ***
  
  ClassPathImageEntry::~ClassPathImageEntry() {
    assert(_singleton == this, "must be");
    DEBUG_ONLY(_singleton = NULL);
  
- 
    FREE_C_HEAP_ARRAY(const char, _name);
-   _name = NULL;
  
    if (_jimage != NULL) {
      (*JImageClose)(_jimage);
      _jimage = NULL;
    }
--- 381,11 ---
< prev index next >