diff --git a/src/hlua.c b/src/hlua.c index a48267d88..b57e946fc 100644 --- a/src/hlua.c +++ b/src/hlua.c @@ -14459,7 +14459,7 @@ lua_State *hlua_init_state(int thread_num) void hlua_init(void) { int i; - char *errmsg; + char *errmsg = NULL; #ifdef USE_OPENSSL struct srv_kw *kw; int tmp_error;