Merge branch 'collectd-4.10' into collectd-5.3
[collectd.git] / src / snmp.c
index 3e6cb91..7d340d1 100644 (file)
@@ -1316,6 +1316,8 @@ static int csnmp_read_table (host_definition_t *host, data_definition_t *data)
         snmp_free_pdu (res);
       res = NULL;
 
+      /* snmp_synch_response already freed our PDU */
+      req = NULL;
       sfree (errstr);
       csnmp_host_close_session (host);