diff options
Diffstat (limited to 'window.c')
| -rw-r--r-- | window.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -459,6 +459,7 @@ void window_free(Win *win) { return; if (win->win) delwin(win->win); + free(win->lines); free(win); } |
![]() |
index : vis.git | |
| Unnamed repository; edit this file 'description' to name the repository. | Mike Vink |
| summaryrefslogtreecommitdiff |