diff options
author | Ikalco <[email protected]> | 2024-08-31 14:07:23 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-31 21:07:23 +0200 |
commit | 1ac2fc3f7e538e47a5cb8fdef60d701987fe63ed (patch) | |
tree | 5193196dc764e6438cead70cd13d1f7b61fbfdc3 | |
parent | cf6a1716ae719f9c59b1d175ca84a79015fab8e1 (diff) | |
download | Hyprland-1ac2fc3f7e538e47a5cb8fdef60d701987fe63ed.tar.gz Hyprland-1ac2fc3f7e538e47a5cb8fdef60d701987fe63ed.zip |
protocols: destroy new xdgDialog protocol at right time (#7600)
-rw-r--r-- | src/managers/ProtocolManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/managers/ProtocolManager.cpp b/src/managers/ProtocolManager.cpp index 2c421abe..6b6d5acf 100644 --- a/src/managers/ProtocolManager.cpp +++ b/src/managers/ProtocolManager.cpp @@ -221,6 +221,7 @@ CProtocolManager::~CProtocolManager() { PROTO::screencopy.reset(); PROTO::toplevelExport.reset(); PROTO::globalShortcuts.reset(); + PROTO::xdgDialog.reset(); PROTO::lease.reset(); PROTO::sync.reset(); |