From bec6af5108b958bc3ea03dc14993500fc9524c62 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Tue, 31 Jan 2006 14:36:23 +0000 Subject: [PATCH] Fixed invalid free git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1307 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/tests/test_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { range *range; double temp; - thresholds *thresholds; + thresholds *thresholds = NULL; int rc; plan_tests(66); -- 2.30.2