Re: [PATCH] replay: remove command line memory leaks

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Acked-by: Jonathon Jongsma <jjongsma@xxxxxxxxxx>



On Thu, 2016-01-14 at 14:49 +0000, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx>
> ---
>  server/tests/replay.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/server/tests/replay.c b/server/tests/replay.c
> index fce6400..11c03a7 100644
> --- a/server/tests/replay.c
> +++ b/server/tests/replay.c
> @@ -306,12 +306,16 @@ int main(int argc, char **argv)
>          g_printerr("%s\n", g_option_context_get_help(context, TRUE, NULL));
>          exit(1);
>      }
> +    g_option_context_free(context);
> +    context = NULL;
>  
>      if (strncmp(file[0], "-", 1) == 0) {
>          fd = stdin;
>      } else {
>          fd = fopen(file[0], "r");
>      }
> +    g_strfreev(file);
> +    file = NULL;
>      if (fd == NULL) {
>          g_printerr("error opening %s\n", argv[1]);
>          return 1;
> @@ -345,6 +349,8 @@ int main(int argc, char **argv)
>      if (client) {
>          start_client(client, &error);
>          wait = TRUE;
> +        g_free(client);
> +        client = NULL;
>      }
>  
>      if (!wait) {
_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]