diff options
author | Guido van Rossum <guido@python.org> | 2001-10-25 20:18:35 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-10-25 20:18:35 +0000 |
commit | a0dfc8577de8c1b6de19dccc2992b6d95b71f969 (patch) | |
tree | 868bbe82dc0fffabb96ef5b91a2647733c07da57 /Misc | |
parent | b112481f128030f4627828287a98b38d9c7780f0 (diff) | |
download | cpython-git-a0dfc8577de8c1b6de19dccc2992b6d95b71f969.tar.gz |
Fix SF bug #474538: Memory (reference) leak in poller.register (Dave Brueck)
Replace some tortuous code that was trying to be clever but forgot to
DECREF the key and value, by more longwinded but obviously correct
code.
(Inspired by but not copying the fix from SF patch #475033.)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ Terrence Brannon Dave Brennan Gary S. Brown Oleg Broytmann +Dave Brueck Stan Bubrouski Erik de Bueger Jan-Hein B"uhrman |