speechd-discuss
[Top][All Lists]
Advanced

[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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]