[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Rework the do_list_voices function, and fix a memory leak.
From: |
Andrei Kholodnyi |
Subject: |
[PATCH] Rework the do_list_voices function, and fix a memory leak. |
Date: |
Thu, 16 Sep 2010 01:14:19 +0200 |
> ? ? g_string_append_printf(voice_list, "200-%s %s %s\n", voices[i]->name,
> lang, dialect);
should you also check
if (voices[i]->name == NULL)
name = "none";
else
name = voices[i]->name;
- [PATCH] Rework the do_list_voices function, and fix a memory leak., Christopher Brannon, 2010/09/13
- [PATCH] Rework the do_list_voices function, and fix a memory leak.,
Andrei Kholodnyi <=
- [PATCH] Rework the do_list_voices function, and fix a memory leak., Christopher Brannon, 2010/09/15
- [PATCH] Rework the do_list_voices function, and fix a memory leak., Andrei Kholodnyi, 2010/09/16
- [PATCH] Rework the do_list_voices function, and fix a memory leak., Trevor Saunders, 2010/09/16
- [PATCH] Rework the do_list_voices function, and fix a memory leak., Andrei Kholodnyi, 2010/09/17
- [PATCH] Rework the do_list_voices function, and fix a memory leak., Trevor Saunders, 2010/09/17