Skip to content

pages-[view,popover]: fix leak in items_changed_cb()

Michael Catanzaro requested to merge mcatanzaro/#1098 into master

Ownership of the items themselves is transferred to self->list_store, but we have to free the array.

Merge request reports