Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-1985

Memory leak in C client

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.4.6
    • None
    • c client
    • None

    Description

      in the file zookeeper.c, most function call of "close_buffer_oarchive(&oa, 0)" shoud been instead by
      close_buffer_oarchive(&oa, rc < 0 ? 1 : 0);

      Attachments

        1. ZOOKEEPER-1985.patch
          7 kB
          desmondhe

        Activity

          People

            desmondhe desmondhe
            desmondhe desmondhe
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: