Skip to content
  • Kunshan Wang's avatar
    Use manual memory manager when possible. · d5bf3607
    Kunshan Wang authored
    This will fix the problem that some memory is reclaimed by the GC before
    the intended end-of-life. Now many classes implement the AutoCloseable
    interface and manage their resources in the C++ style.
    d5bf3607