Merge branch 'backport-786-cocoa-notification-mem-handling-glib-2-60' into 'glib-2-60'

Backport !786: “cocoanotificationbackend: do not release readonly property” to glib-2-60

See merge request GNOME/glib!793
This commit is contained in:
Sebastian Dröge
2019-05-02 13:02:23 +00:00

View File

@@ -258,7 +258,6 @@ g_cocoa_notification_backend_withdraw_notification (GNotificationBackend *backen
}
}
[notifications release];
[str_id release];
}