Skip to content
Commit 7bece91e authored by Steve Frécinaux's avatar Steve Frécinaux Committed by John (J5) Palmieri
Browse files

Do not leak python references when using the gobject.property() helper.

Since this helper was storing plain references in a long-lived dict, the
refcount for the instances would never drop to zero, and so they would
never get finalized.

https://bugzilla.gnome.org/show_bug.cgi?id=644039
parent 030695cb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment