diff options
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index d7553ef..a83048c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1305,8 +1305,8 @@ void CMainApplication::Shutdown() SDL_Quit(); - if (overlay_xdo) - xdo_free(overlay_xdo); + if (overlay_xdo) + xdo_free(overlay_xdo); if (x_display) XCloseDisplay(x_display); |