projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e767dc1
)
Revert "Let snmp_synch_response deal with PDU freeing"
author
Marc Fournier
<marc.fournier@camptocamp.com>
Wed, 19 Nov 2014 16:49:30 +0000
(17:49 +0100)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Wed, 19 Nov 2014 16:58:17 +0000
(17:58 +0100)
This reverts commit
e767dc103a142e1c57800f06a9c384f21a48aef5
.
The proper fix to this issue is in the collectd-4.10 branch. See also
79e90bba
.
src/snmp.c
patch
|
blob
|
history
diff --git
a/src/snmp.c
b/src/snmp.c
index
b90e0ff
..
3e6cb91
100644
(file)
--- a/
src/snmp.c
+++ b/
src/snmp.c
@@
-1437,9
+1437,8
@@
static int csnmp_read_table (host_definition_t *host, data_definition_t *data)
snmp_free_pdu (res);
res = NULL;
- /*
- * memory is handled by snmp_synch_response
- */
+ if (req != NULL)
+ snmp_free_pdu (req);
req = NULL;
if (status == 0)