mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
eval/decode,shada: Do not forget to clean up converters
This commit is contained in:
@@ -892,6 +892,7 @@ json_decode_string_fail:
|
||||
tv_clear(&(kv_pop(stack).val));
|
||||
}
|
||||
json_decode_string_ret:
|
||||
convert_setup(&conv, NULL, NULL);
|
||||
kv_destroy(stack);
|
||||
kv_destroy(container_stack);
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user