Skip to content

vala: Make MethodType's pointer to the Method Symbol weak

David Hewitt requested to merge (removed):break-method-cyclic-reference into master

Fixes #635 (closed)

I've compiled vala with vala built from this branch and all the tests still pass, so we're not destroying Method objects too early with this patch applied, but we break a cyclic reference that's causing some memory issues.

Edited by David Hewitt

Merge request reports