Rev 1342: Fix memory leak leaking config variables. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
jelmer at samba.org
Tue Jun 24 12:17:45 BST 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/0.4
------------------------------------------------------------
revno: 1342
revision-id: jelmer at samba.org-20080624111743-q1lzyb7326gq3iz0
parent: jelmer at samba.org-20080624100053-koh2cqh4ve2mmot4
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Tue 2008-06-24 13:17:43 +0200
message:
Fix memory leak leaking config variables.
modified:
client.c client.pyx-20080313235339-wbyjbw2namuiql8f-1
=== modified file 'client.c'
--- a/client.c 2008-06-23 21:03:15 +0000
+++ b/client.c 2008-06-24 11:17:43 +0000
@@ -196,6 +196,7 @@
Py_XDECREF((PyObject *)client->client->notify_baton2);
Py_XDECREF((PyObject *)client->client->log_msg_baton2);
Py_XDECREF(client->py_auth);
+ Py_XDECREF(client->py_config);
apr_pool_destroy(client->pool);
PyObject_Del(self);
}
More information about the bazaar-commits
mailing list