mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 11:08:34 +08:00
fix memory leak
This commit is contained in:
parent
17cd2f5bdf
commit
512fe53863
@ -2897,8 +2897,6 @@ static fscript_func_call_t* fscript_func_call_create(fscript_parser_t* parser, c
|
||||
call->ctx = tk_strdup(name);
|
||||
}
|
||||
|
||||
func_args_init(&(call->args), 2);
|
||||
|
||||
return call;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user