Re: [Qemu-devel] [PATCH v2 02/13] qemu-socket: drop pointless allocation

2013-06-24 Thread Markus Armbruster
Gerd Hoffmann writes: > Signed-off-by: Gerd Hoffmann > --- > util/qemu-sockets.c |1 - > 1 file changed, 1 deletion(-) > > diff --git a/util/qemu-sockets.c b/util/qemu-sockets.c > index 86fb09c..35023a8 100644 > --- a/util/qemu-sockets.c > +++ b/util/qemu-sockets.c > @@ -871,7 +871,6 @@ Soc

[Qemu-devel] [PATCH v2 02/13] qemu-socket: drop pointless allocation

2013-06-23 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- util/qemu-sockets.c |1 - 1 file changed, 1 deletion(-) diff --git a/util/qemu-sockets.c b/util/qemu-sockets.c index 86fb09c..35023a8 100644 --- a/util/qemu-sockets.c +++ b/util/qemu-sockets.c @@ -871,7 +871,6 @@ SocketAddress *socket_parse(const char *str, E