mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-11 02:59:40 +02:00
Merge branch 'simplify' of https://github.com/Luflosi/kitty into master
This commit is contained in:
@@ -536,7 +536,7 @@ cleanup() {
|
||||
|
||||
if (dockMenu) [dockMenu release];
|
||||
dockMenu = nil;
|
||||
if (notification_activated_callback) Py_CLEAR(notification_activated_callback);
|
||||
Py_CLEAR(notification_activated_callback);
|
||||
drain_pending_notifications(NO);
|
||||
free(notification_queue.notifications);
|
||||
notification_queue.notifications = NULL;
|
||||
|
||||
Reference in New Issue
Block a user