Re: [Spice-devel] [PATCH spice-server 3/3] test-gst: Free pipelines

2017-09-11 Thread Christophe Fergeau
On Mon, Sep 11, 2017 at 09:12:18AM +0100, Frediano Ziglio wrote: > Remove some leaks. I would not really call these a leak, it's just memory which is still reachable when the program exits, but not explicitly freed. Acked-by: Christophe Fergeau > > Signed-off-by:

[Spice-devel] [PATCH spice-server 3/3] test-gst: Free pipelines

2017-09-11 Thread Frediano Ziglio
Remove some leaks. Signed-off-by: Frediano Ziglio --- server/tests/test-gst.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/server/tests/test-gst.c b/server/tests/test-gst.c index 224a891b1..ca187d527 100644 --- a/server/tests/test-gst.c +++