Skip to content

st/icon-theme: Fix small memory leak when checking fallback theme path

This is a small one time leak if there is more than one entry in the search path due to multiple iterations overwriting the old pointer before finally going out of scope.

Fixes: 934faaac ("st/icon-theme: Start using g_autofree")

Merge request reports