GNOME Bugzilla – Bug 732273
Memory leak in arvgcpropertynode.c / _get_value_data() - line 189
Last modified: 2014-08-20 19:20:31 UTC
g_string_free (string, FALSE) in function _get_value_data(..) has to be called with argument TRUE, otherwise the character data of the g_string object will not be freed (see glib v2.32.4 reference manual) Memory leak detected in aravis v0.3.1 with valgrind v3.7.0 on Ubuntu 12.04-32bit (precise) kernel 3.5.0-51-generic.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.