summaryrefslogtreecommitdiff
path: root/pysnmp/proto/rfc3412.py
diff options
context:
space:
mode:
authorelie <elie>2015-01-30 17:01:58 +0000
committerelie <elie>2015-01-30 17:01:58 +0000
commit14d3feda48576a852029a10b40bc29cf18d041cb (patch)
treef9d92c7f2532f8d3b85c573936ef1aa6d8d09cff /pysnmp/proto/rfc3412.py
parent4da385d8bcdb98974ab27338c277bdfea29978df (diff)
downloadpysnmp-git-14d3feda48576a852029a10b40bc29cf18d041cb.tar.gz
possible memory leak fix
Diffstat (limited to 'pysnmp/proto/rfc3412.py')
-rw-r--r--pysnmp/proto/rfc3412.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pysnmp/proto/rfc3412.py b/pysnmp/proto/rfc3412.py
index 9ddfbeb4..d0a9ada8 100644
--- a/pysnmp/proto/rfc3412.py
+++ b/pysnmp/proto/rfc3412.py
@@ -543,6 +543,7 @@ class MsgAndPduDispatcher:
if k in snmpEngine.messageProcessingSubsystems:
mpHandler = snmpEngine.messageProcessingSubsystems[k]
mpHandler.releaseStateInformation(sendPduHandle)
+ self.__cache.pop(sendPduHandle)
# Cache expiration stuff