Skip to content
Commit 26ddbcfa authored by Philip Chimento's avatar Philip Chimento
Browse files

gobject: Guard against null JS wrapper in set/get property

The wrapper object may be disassociated from the GObject if dispose has
been run. In that case, the pointers in the get/set property vfuncs may
be null. Handle that case with a warning and don't get or set the
property.

Closes: #510
parent 4bfdaa12
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