Code

Merge branch 'collectd-5.3' into collectd-5.4
[collectd.git] / src / snmp.c
index 3e6cb9119cb7a8a40a24f330f2398b00e3b1d104..7d340d18c2398a8a26fb845d7b0e03352b53f903 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);