GlimmerLabs / gimp-dbus

A Gimp plugin that provides some D-Bus services for gimp. (Reveals the PDB, among other things.)
GNU Lesser General Public License v3.0
4 stars 2 forks source link

gimp_dbus_gimp_array_to_g_variant does not clean up after itself #7

Open rebelsky opened 11 years ago

rebelsky commented 11 years ago

At times, gimp_dbus_gimp_array_to_g_variant observes a problem and returns NULL to signal that problem. However, it has often built some structure that it needs to clean up before returning. Right now, the code does not do so.