diff --git a/Common/Static.h b/Common/Static.h
index 9ca7faf8ccf2e4621841d62cf6dd19873c9888f5..f9f92a7498c1a333a11600ea755f51edad4942df 100644
--- a/Common/Static.h
+++ b/Common/Static.h
@@ -8,6 +8,6 @@ char        yyname[256];
 int         yyerrorstate;
 
 Context_T   CTX ;
-Mesh        M, *THEM, *LOCAL;
+Mesh        M, *THEM=NULL, *LOCAL=NULL;
 
 #endif