From eedadfda255e8a552159e14bb0f44cf93ef06470 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Thu, 30 Apr 2015 09:43:35 +0000 Subject: [PATCH] Sebastian Held patches15/0032-fix-uninitialized-value.patch git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7334 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair2/UTIL/OMG/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openair2/UTIL/OMG/common.c b/openair2/UTIL/OMG/common.c index a9c05fc628..1e2ea5a1f3 100644 --- a/openair2/UTIL/OMG/common.c +++ b/openair2/UTIL/OMG/common.c @@ -260,7 +260,7 @@ remove_node (node_list * list, int nid, int node_type) { int found; - node_list *current, *previous; + node_list *current = NULL, *previous = NULL; //int cond=0; //int i=0; -- GitLab