mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 06:45:59 +01:00
protocols: destroy new xdgDialog protocol at right time (#7600)
This commit is contained in:
parent
cf6a1716ae
commit
1ac2fc3f7e
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ CProtocolManager::~CProtocolManager() {
|
|||
PROTO::screencopy.reset();
|
||||
PROTO::toplevelExport.reset();
|
||||
PROTO::globalShortcuts.reset();
|
||||
PROTO::xdgDialog.reset();
|
||||
|
||||
PROTO::lease.reset();
|
||||
PROTO::sync.reset();
|
||||
|
|
Loading…
Reference in a new issue