Skip to content
Commit fa8b8447 authored by Giovanni Campagna's avatar Giovanni Campagna
Browse files

Don't release too much when releasing arrays

The functions that released out arrays were iterating over
pointer sized values, irrespective of the actual element size.
Fix that by checking that the element is actually a pointer
(everything else requires no release, except for the actual array
block)

https://bugzilla.gnome.org/show_bug.cgi?id=652753
parent 1149483f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment