From d56d5c4f550421547f7bf563c1d87a19b890723d Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Sat, 22 Jan 2022 00:30:27 -0500 Subject: Fix memory leak when creating new window from panes --- ui/viewframe.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/viewframe.h b/ui/viewframe.h index f89d2468..29d0c823 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -415,6 +415,7 @@ public: bool closeRequest(); void closing(); + void clearViewLocation(); void updateFonts(); void updateTheme(); -- cgit v1.3.1