[Spice-devel] [PATCH v2 04/19] Use red_channel_destroy to free main_channel

Pavel Grunt pgrunt at redhat.com
Wed Nov 30 17:33:33 UTC 2016


On Fri, 2016-11-25 at 14:52 +0000, Frediano Ziglio wrote:
> This will close all clients and release the channel properly
> 
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Pavel Grunt <pgrunt at redhat.com>
> ---
>  server/reds.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/server/reds.c b/server/reds.c
> index c5e84ec..1a812e4 100644
> --- a/server/reds.c
> +++ b/server/reds.c
> @@ -3590,7 +3590,7 @@ SPICE_GNUC_VISIBLE void
> spice_server_destroy(SpiceServer *reds)
>      g_array_unref(reds->config->video_codecs);
>      free(reds->config);
>      if (reds->main_channel) {
> -        main_channel_close(reds->main_channel);
> +        red_channel_destroy(RED_CHANNEL(reds->main_channel));
>      }
>      reds_cleanup(reds);
>  


More information about the Spice-devel mailing list