Skip to content

housekeeping: fix improper notify_notification_close() usage

Christian Hergert requested to merge wip/chergert/g_clear_pointer into master

notify_notification_close() expects that a parameter will be available for the error location, which could be a dangling pointer in a register or on the stack in the case of some architectures.

This was caught by glib#1425 (closed) which allows us to check proper type parameters.

Merge request reports