Skip to content

icontheme: Don't free array element

Georges Basile Stavracas Neto requested to merge gbsneto/array-clear-func into master

When setting a clear function on a GArray, unlike most other places, this free func is expected to not free the array element itself -- only its contents.

Don't free the array element.

Fixes: #2717 (closed)

Edited by Georges Basile Stavracas Neto

Merge request reports