mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 07:01:57 -07:00
protocols: destroy new xdgDialog protocol at right time (#7600)
This commit is contained in:
@@ -221,6 +221,7 @@ CProtocolManager::~CProtocolManager() {
|
|||||||
PROTO::screencopy.reset();
|
PROTO::screencopy.reset();
|
||||||
PROTO::toplevelExport.reset();
|
PROTO::toplevelExport.reset();
|
||||||
PROTO::globalShortcuts.reset();
|
PROTO::globalShortcuts.reset();
|
||||||
|
PROTO::xdgDialog.reset();
|
||||||
|
|
||||||
PROTO::lease.reset();
|
PROTO::lease.reset();
|
||||||
PROTO::sync.reset();
|
PROTO::sync.reset();
|
||||||
|
Reference in New Issue
Block a user