From 0733bf1f58a7de3ee638cfe21dd9710dbf0682f4 Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Mon, 22 Apr 2019 13:05:37 +0200 Subject: [PATCH] cocoanotificationbackend: do not release readonly property Fixes a crash when releasing a property that was not retained before. Helps: https://gitlab.gnome.org/GNOME/glib/issues/1751 --- gio/gcocoanotificationbackend.m | 1 - 1 file changed, 1 deletion(-) diff --git a/gio/gcocoanotificationbackend.m b/gio/gcocoanotificationbackend.m index ae4ad8833..fe9a7a552 100644 --- a/gio/gcocoanotificationbackend.m +++ b/gio/gcocoanotificationbackend.m @@ -258,7 +258,6 @@ g_cocoa_notification_backend_withdraw_notification (GNotificationBackend *backen } } - [notifications release]; [str_id release]; }