Re: [Spice-devel] [spice-gtk] Fix 'monitors' leak in update_monitor_area()

2013-11-20 Thread Marc-André Lureau
ack - Original Message - > This function has an early return where we fail to unref the 'monitors' > array. > --- > gtk/spice-widget.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gtk/spice-widget.c b/gtk/spice-widget.c > index 0447dda..4e76648 100644 > --- a/gtk/spice-widget

[Spice-devel] [spice-gtk] Fix 'monitors' leak in update_monitor_area()

2013-11-20 Thread Christophe Fergeau
This function has an early return where we fail to unref the 'monitors' array. --- gtk/spice-widget.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/spice-widget.c b/gtk/spice-widget.c index 0447dda..4e76648 100644 --- a/gtk/spice-widget.c +++ b/gtk/spice-widget.c @@ -302,6 +302,7 @@ stat