Skip to content

pango_attr_list_splice: return if list->attributes is NULL (#485)

Adam Williamson requested to merge adamw/pango:attributes-null into master

There seem to be various ways to get into this function with list defined but list->attributes as NULL, so we need to check for that too. Patch inspired by @shlomif , but adjusted to follow the style of the other checks.

Signed-off-by: Adam Williamson awilliam@redhat.com

Merge request reports