Skip to content

glib/poppler-structure-element: fix memleak

in convert_doubles_array(), which was not
assigning the allocated memory to the
out variable.

This means this function was never returning
anything until now, which means there's probably
no users of this function in the wild (certainly
not in Evince).

Closes issue #1049 (closed)

Merge request reports