diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2022-01-22 00:30:27 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2022-01-22 01:31:11 -0500 |
| commit | d56d5c4f550421547f7bf563c1d87a19b890723d (patch) | |
| tree | 29e2f59e07ee546d278b506f4d4bb05e754f2b97 | |
| parent | 510b311eccca4d6409b1c9743814eb9070670f50 (diff) | |
Fix memory leak when creating new window from panes
| -rw-r--r-- | ui/viewframe.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
