Skip to content
Fix a memory corruption issue

A struct was passed out of the reach of Vala, through a C-compile-time
macro.  This struct had an owned field, that would be destroyed
twice.  Making the field unowned solved the problem.