Searched refs:err_tv (Results 1 – 2 of 2) sorted by relevance
2550 typval_T err_tv; in channel_exe_cmd() local2579 err_tv.v_type = VAR_STRING; in channel_exe_cmd()2580 err_tv.vval.v_string = (char_u *)"ERROR"; in channel_exe_cmd()2581 json = json_encode_nr_expr(id, &err_tv, options | JSON_NL); in channel_exe_cmd()
14296 Solution: Don't free res_tv or err_tv. (Ozaki Kiichi)