GNOME Bugzilla – Bug 316764
initMemoryManagement is not being called from the correct place.
Last modified: 2009-08-15 18:40:50 UTC
Distribution/Version: Fedora Core 4 initMemoryManagement initialises the struct_hash and it should be called from the MemStruct and Boxed static initializers instead of the GObject static initializer. As it is, things will not work correctly if a Boxed is created before a GObject.
Fixed in CVS HEAD.