< prev index next >

src/hotspot/os/windows/perfMemory_windows.cpp

Print this page
*** 762,11 ***
      // free the contained security descriptor and the ACL
      free_security_desc(lpSA->lpSecurityDescriptor);
      lpSA->lpSecurityDescriptor = NULL;
  
      // free the security attributes structure
!     FREE_C_HEAP_ARRAY(char, lpSA);
    }
  }
  
  // get the user SID for the process indicated by the process handle
  //
--- 762,11 ---
      // free the contained security descriptor and the ACL
      free_security_desc(lpSA->lpSecurityDescriptor);
      lpSA->lpSecurityDescriptor = NULL;
  
      // free the security attributes structure
!     FREE_C_HEAP_OBJ(lpSA);
    }
  }
  
  // get the user SID for the process indicated by the process handle
  //
< prev index next >