----- Mail original -----
> > I'm not particularly fond of g_clear_object()/g_clear_pointer() and the not
> > really needed atomic operations that come with them.
> 
> They make the code really more pleasant, and they are used in the rest of vv,
> so it would nice to follow that style.

$ git grep g_clear_object |wc -l
8

There are that many occurrences of if (foo != NULL) g_object_unref(foo); in 
remote-viewer.c alone.

Christophe

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to