From 81a465f7bc02258664d10f0d8b897ffcc0372c48 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 15 Nov 2017 22:45:53 +0530 Subject: [PATCH] ... --- kitty/state.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/state.c b/kitty/state.c index 697a52115..59c10e969 100644 --- a/kitty/state.c +++ b/kitty/state.c @@ -421,6 +421,7 @@ PYWRAP1(set_boss) { PYWRAP0(destroy_global_data) { Py_CLEAR(global_state.boss); + free(global_state.os_windows); global_state.os_windows = NULL; Py_RETURN_NONE; }