Merge branch 'issue-1751' into 'master'

cocoanotificationbackend: do not release readonly property

Closes #1751

See merge request GNOME/glib!786
This commit is contained in:
Philip Withnall 2019-04-25 09:11:44 +00:00
commit aba0b644c2

View File

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