diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-01-31 14:36:23 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-01-31 14:36:23 (GMT) |
commit | bec6af5108b958bc3ea03dc14993500fc9524c62 (patch) | |
tree | 726048e30f7a01694562b35f088b9ded8c52f7ff /plugins/tests | |
parent | 2af43f33a3584b9602c4a906ed4db94b4ca33ccf (diff) | |
download | monitoring-plugins-bec6af5108b958bc3ea03dc14993500fc9524c62.tar.gz |
Fixed invalid free
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1307 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/tests')
-rw-r--r-- | plugins/tests/test_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tests/test_utils.c b/plugins/tests/test_utils.c index 5604bac..27e28c7 100644 --- a/plugins/tests/test_utils.c +++ b/plugins/tests/test_utils.c | |||
@@ -31,7 +31,7 @@ main (int argc, char **argv) | |||
31 | { | 31 | { |
32 | range *range; | 32 | range *range; |
33 | double temp; | 33 | double temp; |
34 | thresholds *thresholds; | 34 | thresholds *thresholds = NULL; |
35 | int rc; | 35 | int rc; |
36 | 36 | ||
37 | plan_tests(66); | 37 | plan_tests(66); |