Skip to content
Commit eb6ff1b1 authored by Torsten Schönfeld's avatar Torsten Schönfeld
Browse files

Ensure timely destruction of initial wrapper of custom subclasses

Alter the init function for custom subclasses (the one which invokes the sub
INIT_INSTANCE) so that the initial SV wrapper is destroyed as soon as it is not
needed anymore, rather than when the next FREETMPS happens.  This makes the ref
counting more predictable but should otherwise not be observable.
parent 47568837
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