Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-1169

RA vtable functions need to take pool arguments.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • all
    • Beta
    • libsvn_ra
    • None

    Description

      The RA vtable definition cripples proper pool management by requiring
      that RA implementations use the one pool available to them -- the
      session pool.  While many RA functions aren't called in loops very
      often, the possibility to do so exists, and therefore our API needs to
      include 'pool' arguments for the vtable functions so that callers
      using loops can minimize the memory usage.
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            cmpilato C. Michael Pilato
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: