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
This commit is contained in:
Ignacio Casal Quinteiro 2019-04-22 13:05:37 +02:00
parent ce961e2722
commit c4493d22d1

View File

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