You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2016/02/11 21:10:53 UTC

qpid-dispatch git commit: Discard facts container after use

Repository: qpid-dispatch
Updated Branches:
  refs/heads/crolke-DISPATCH-188-1 b9c73771a -> db3e34c8d


Discard facts container after use


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/db3e34c8
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/db3e34c8
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/db3e34c8

Branch: refs/heads/crolke-DISPATCH-188-1
Commit: db3e34c8d314d7c6c406506744939c5105244d67
Parents: b9c7377
Author: Chuck Rolke <cr...@redhat.com>
Authored: Thu Feb 11 15:10:42 2016 -0500
Committer: Chuck Rolke <cr...@redhat.com>
Committed: Thu Feb 11 15:10:42 2016 -0500

----------------------------------------------------------------------
 python/qpid_dispatch_internal/policy/policy_local.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/db3e34c8/python/qpid_dispatch_internal/policy/policy_local.py
----------------------------------------------------------------------
diff --git a/python/qpid_dispatch_internal/policy/policy_local.py b/python/qpid_dispatch_internal/policy/policy_local.py
index 4f25111..ef3d2e4 100644
--- a/python/qpid_dispatch_internal/policy/policy_local.py
+++ b/python/qpid_dispatch_internal/policy/policy_local.py
@@ -643,6 +643,7 @@ class PolicyLocal(object):
         facts = self._connections[conn_id]
         stats = self.statsdb[facts.app]
         stats.disconnect(facts.conn_name, facts.user, facts.host)
+        self._connections.remove(conn_id)
 
 
     def test_load_config(self):


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org