commit 49a79f1aa9abedc216e96b9147bca1ab44314595 parent 837ae8cd7010f1fb7d8f748b75d4f7903263f3ca Author: hhvn <dev@hhvn.uk> Date: Tue, 12 Apr 2022 21:56:40 +0100 Free wcs in ui_wprintc Diffstat:
M | src/ui.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/ui.c b/src/ui.c @@ -754,6 +754,7 @@ ui_wprintc(struct Window *window, int lines, char *format, ...) { } end: + pfree(&wcs); colour = 0; bold = 0; underline =0;