diff --git a/src/tests/elua/elua_lib.c b/src/tests/elua/elua_lib.c index b515d74c67..c21f2a5ebd 100644 --- a/src/tests/elua/elua_lib.c +++ b/src/tests/elua/elua_lib.c @@ -28,6 +28,7 @@ EFL_START_TEST(elua_api) cargv[0] = arg1; cargv[1] = arg2; char *spath = NULL; + Eina_Tmpstr *tmpf = NULL; st = elua_state_new("test"); fail_if(!st);