guoxiang niu created ZOOKEEPER-2882:
---------------------------------------
Summary: memory leak in zoo_amulti() function
Key: ZOOKEEPER-2882
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2882
Project: ZooKeeper
Issue Type: Bug
Reporter: guoxiang niu
Priority: Minor
when default branch is executed in switch(op->type) , alloced memory for oa
variable will leak, so, close_buffer_oarchive(&oa, 1); should be called before
returning in default branch.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)