mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
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:
parent
ce961e2722
commit
c4493d22d1
@ -258,7 +258,6 @@ g_cocoa_notification_backend_withdraw_notification (GNotificationBackend *backen
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[notifications release];
|
|
||||||
[str_id release];
|
[str_id release];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user