Re: [powerdebug] fix window leak

2011-08-17 Thread Amit Kucheria
On Wed, Aug 17, 2011 at 5:40 PM, Daniel Lezcano wrote: > The main window creation is misplaced in the loop, it is created several > times. > > Signed-off-by: Daniel Lezcano ACK. > --- >  display.c |   10 -- >  1 files changed, 4 insertions(+), 6 deletions(-) > > diff --git a/display.c

[powerdebug] fix window leak

2011-08-17 Thread Daniel Lezcano
The main window creation is misplaced in the loop, it is created several times. Signed-off-by: Daniel Lezcano --- display.c | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/display.c b/display.c index ebc4de6..28c47f3 100644 --- a/display.c +++ b/display.c @@ -54