mirror of
https://github.com/neovim/neovim.git
synced 2026-07-22 00:51:33 +00:00
eval/typval,api/buffer: Fix review comments
This commit is contained in:
@@ -255,6 +255,9 @@ describe('typval.c', function()
|
||||
eq({lis[3], lis[5], nil}, {lws[1].lw_item, lws[2].lw_item, lws[3].lw_item == nil and nil})
|
||||
|
||||
alloc_log:clear()
|
||||
lib.tv_list_watch_remove(l, lws[2])
|
||||
lib.tv_list_watch_remove(l, lws[3])
|
||||
lib.tv_list_watch_remove(l, lws[1])
|
||||
lib.tv_list_free(l)
|
||||
alloc_log:check({
|
||||
a.freed(lis[3]),
|
||||
|
||||
Reference in New Issue
Block a user