Skip to content
  • Rui Ueyama's avatar
    8b8d0055
    Fix memory leak. · 8b8d0055
    Rui Ueyama authored
    Symbol's dtors are not called because they are allocated using
    BumpPtrAllocators. So, members of std::unique_ptr type are not
    freed when symbols are deallocated.
    
    This patch is to allocate Thunks using BumpPtrAllocators.
    
    llvm-svn: 274896
    8b8d0055
    Fix memory leak.
    Rui Ueyama authored
    Symbol's dtors are not called because they are allocated using
    BumpPtrAllocators. So, members of std::unique_ptr type are not
    freed when symbols are deallocated.
    
    This patch is to allocate Thunks using BumpPtrAllocators.
    
    llvm-svn: 274896
Loading