You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
notification: Do not leak the notification GVariantBuilder
By stealing the builder to end the construction, parser_data_free didn't
get a chance the free the builder.
End construction in the parser_data implementation and own the resulting
GVariant. The parse_notification_finish function can then just steal
that struct member instead.
0 commit comments