Re: [Qemu-devel] [PATCH 21/28] libqtest: Correct small memory leak.

2014-07-31 Thread Stefan Hajnoczi
On Mon, Jul 07, 2014 at 02:18:02PM -0400, John Snow wrote: > Fixes a small memory leak inside of libqtest. > After we produce a test path and glib copies the string > for itself, we should clean up our temporary copy. > > Signed-off-by: John Snow > --- > tests/libqtest.c | 1 + > 1 file changed,

[Qemu-devel] [PATCH 21/28] libqtest: Correct small memory leak.

2014-07-07 Thread John Snow
Fixes a small memory leak inside of libqtest. After we produce a test path and glib copies the string for itself, we should clean up our temporary copy. Signed-off-by: John Snow --- tests/libqtest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/libqtest.c b/tests/libqtest.c index e52