diff --git a/openair2/UTIL/OMG/common.c b/openair2/UTIL/OMG/common.c
index a9c05fc6280bf31faf6021a6d77e163aef6beccf..1e2ea5a1f3e6755410d99dc3b2a84e33a4ad3976 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;