diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index a83048c..f1fea64 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1308,6 +1308,9 @@ void CMainApplication::Shutdown() if (overlay_xdo) xdo_free(overlay_xdo); + if (overlay_buffers) + delete overlay_buffers; + if (x_display) XCloseDisplay(x_display); } |