Re: [Spice-devel] [PATCH spice-server v3] test-gst: Remove options parsing leaks

2017-09-12 Thread Christophe Fergeau
Acked-by: Christophe Fergeau On Tue, Sep 12, 2017 at 10:45:08AM +0100, Frediano Ziglio wrote: > Command line options are not freed at the end of the program. > These are detected as leaks by leak detector tools like address sanitizer. > > Signed-off-by: Frediano Ziglio > --- > server/tests/te

[Spice-devel] [PATCH spice-server v3] test-gst: Remove options parsing leaks

2017-09-12 Thread Frediano Ziglio
Command line options are not freed at the end of the program. These are detected as leaks by leak detector tools like address sanitizer. Signed-off-by: Frediano Ziglio --- server/tests/test-gst.c | 36 1 file changed, 24 insertions(+), 12 deletions(-) Change