GNOME Bugzilla – Bug 561686
Don't free prov->gboxed for "has_parent" Boxed
Last modified: 2008-11-20 14:59:11 UTC
For a Boxed that represents a nested structure, when we free the Boxed, we shouldn't free the memory that priv->gboxed points to - it's just a pointer inside the parent object's memory.
Created attachment 123116 [details] [review] Don't free prov->gboxed for "has_parent" Boxed
Tested by Colin to fix a crash that he was seeing. Committted to svn.