On Fri, Jan 13, 2017 at 07:11:09PM -0200, Eduardo Lima (Etrunko) wrote: > Signed-off-by: Eduardo Lima (Etrunko) <etrunko@xxxxxxxxxx> > --- > src/remote-viewer-iso-list-dialog.c | 205 ++++++++++++++++++++++++++++- > src/resources/ui/remote-viewer-iso-list.ui | 5 +- > 2 files changed, 206 insertions(+), 4 deletions(-) > > diff --git a/src/remote-viewer-iso-list-dialog.c b/src/remote-viewer-iso-list-dialog.c > index 858719c..00371ff 100644 > --- a/src/remote-viewer-iso-list-dialog.c > +++ b/src/remote-viewer-iso-list-dialog.c > @@ -20,12 +20,16 @@ > > #include <config.h> > > +#include <stdlib.h> This is added because you call free() in a few places, but why are you not using g_free() in these places? Christophe
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list