commit | 18d46587b985923ef4b90b19a0cf37a094607fec | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Jun 23 20:46:52 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 23 20:46:52 2021 +0200 |
tree | 6e680815dc89cd49aa178486f320df88191fecf8 | |
parent | 8cec9273d2518f2a9abcbd326722a2eba38d2a13 [diff] [blame] |
patch 8.2.3040: GUI: dropping files not tested Problem: GUI: dropping files not tested. Solution: Add test_gui_drop_files() and tests. (Yegappan Lakshmanan, closes #8434)
diff --git a/src/gui.c b/src/gui.c index b5ec007..c748fae 100644 --- a/src/gui.c +++ b/src/gui.c
@@ -5567,6 +5567,7 @@ { vim_free(fnames[0]); vim_free(fnames); + vim_free(p); } else handle_drop(count, fnames, (modifiers & MOUSE_CTRL) != 0,