You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Gustavo Niemeyer (JIRA)" <ji...@apache.org> on 2010/11/18 17:03:14 UTC

[jira] Created: (ZOOKEEPER-936) zkpython is leaking ACL_vector

zkpython is leaking ACL_vector
------------------------------

                 Key: ZOOKEEPER-936
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-936
             Project: Zookeeper
          Issue Type: Bug
          Components: contrib-bindings
            Reporter: Gustavo Niemeyer


It looks like there are no calls to deallocate_ACL_vector() within zookeeper.c in the zkpython binding, which means that (at least) the result of zoo_get_acl() must be leaking.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-936) zkpython is leaking ACL_vector

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-936:
-----------------------------------

         Priority: Critical  (was: Major)
    Fix Version/s: 3.4.0
                   3.3.3
         Assignee: Gustavo Niemeyer

> zkpython is leaking ACL_vector
> ------------------------------
>
>                 Key: ZOOKEEPER-936
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-936
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: contrib-bindings
>            Reporter: Gustavo Niemeyer
>            Assignee: Gustavo Niemeyer
>            Priority: Critical
>             Fix For: 3.3.3, 3.4.0
>
>
> It looks like there are no calls to deallocate_ACL_vector() within zookeeper.c in the zkpython binding, which means that (at least) the result of zoo_get_acl() must be leaking.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-936) zkpython is leaking ACL_vector

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-936:
-----------------------------------

    Assignee:     (was: Gustavo Niemeyer)

> zkpython is leaking ACL_vector
> ------------------------------
>
>                 Key: ZOOKEEPER-936
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-936
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: contrib-bindings
>            Reporter: Gustavo Niemeyer
>            Priority: Critical
>             Fix For: 3.3.3, 3.4.0
>
>
> It looks like there are no calls to deallocate_ACL_vector() within zookeeper.c in the zkpython binding, which means that (at least) the result of zoo_get_acl() must be leaking.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.