Searched refs:res_tv (Results 1 – 2 of 2) sorted by relevance
2549 typval_T res_tv; in channel_exe_cmd() local2564 if (func_call(arg, &argv[2], NULL, NULL, &res_tv) == OK) in channel_exe_cmd()2565 tv = &res_tv; in channel_exe_cmd()2592 if (tv == &res_tv) in channel_exe_cmd()
14296 Solution: Don't free res_tv or err_tv. (Ozaki Kiichi)