snmp plugin: Fix a possible memory leak.
authorFlorian Forster <octo@noris.net>
Mon, 18 Aug 2008 08:48:21 +0000 (10:48 +0200)
committerFlorian Forster <octo@noris.net>
Mon, 18 Aug 2008 08:48:21 +0000 (10:48 +0200)
commit0109e3c1f3a515ed716ddbdc261e0ed2e3f8e640
treef185760523cc0103bc99e482b170eeb638d51ab0
parent111a5eb7b68da0478b16de31dff422a213a03799
snmp plugin: Fix a possible memory leak.

The result was not freed when `csnmp_instance_list_add' failed. This
rarely happens in 4.3, but later versions will be more strict in the
function, so this became a problem.
src/snmp.c