summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2015-01-30 17:01:58 +0000
committerelie <elie>2015-01-30 17:01:58 +0000
commit13f165d90a5650f1b2d2f7eb3c5cbc96f358b049 (patch)
tree60bbb4e7f7e44ed84df4e971b357a1a072a545fc
parentf6dc5aa5280636f658aeae5d7973bfe520799b17 (diff)
downloadpysnmp-13f165d90a5650f1b2d2f7eb3c5cbc96f358b049.tar.gz
possible memory leak fix
-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 9ddfbeb..d0a9ada 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