Commit 8e6706ea authored by Ben Noordhuis's avatar Ben Noordhuis Committed by Trevor Norris
Browse files

src: update and expand comments in base-object.h



It's safe to call BaseObject::object() from your destructor _unless_
the handle is weak; then it's the weak callback that is calling your
destructor and the object will have been released by the time the
destructor runs.

Reviewed-by: default avatarTrevor Norris <trev.norris@gmail.com>
parent b33a47ef
Supports Markdown
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