Skip to content

Using g_array_get_element_size instead of accessing directly 'len' field of GArray

The commit is made to comply with glib and its API and not violate ABI

Use g_array_get_element_size instead of accessing directly 'len' field of GArray

Edited by Denis Pronin

Merge request reports