Re: [Spice-devel] [PATCH spice-gtk 7/9] session: allocate in spice_uri_create()

2015-01-27 Thread Christophe Fergeau
Short log would be more explicit with session: Return allocated string from spice_uri_create On Tue, Jan 13, 2015 at 05:38:26PM +0100, Marc-André Lureau wrote: > This allows more flexible string building. > --- > gtk/spice-session.c | 32 +--- > 1 file changed, 17 inser

[Spice-devel] [PATCH spice-gtk 7/9] session: allocate in spice_uri_create()

2015-01-13 Thread Marc-André Lureau
This allows more flexible string building. --- gtk/spice-session.c | 32 +--- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/gtk/spice-session.c b/gtk/spice-session.c index ecc9e86..7872af7 100644 --- a/gtk/spice-session.c +++ b/gtk/spice-session.c @@ -