xprops: Free counter_list_from_results() return value with g_free()
counter_list_from_results directly passes through the results->prop pointer which is g_malloc memory, so we should free the buffer it returns with g_free. !786
Showing
Please register or sign in to comment