Code review comment for lp:~tintou/switchboard-plug-useraccounts/avatar-no-pixbuf

Revision history for this message
Corentin Noël (tintou) wrote :

widget.destroy () != delete (widget)
https://valadoc.org/gtk+-3.0/Gtk.Widget.destroy.html
It just kindly ask its container to release it, which results in freeing it.
But you're right for the null-check

« Back to merge proposal