Comment 27 for bug 1949200

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

> Why are you setting d->object to NULL in on_object_disposed? By doing that you are introducing memory leak, no?

Well the point was that I didn't want this to happen when last reference was removed, but this can't really happen in a sane setup unless something played some dirty game with the object.

So that's fine, I've handled it as part of fix for #1983794