[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH (speechd) 1/3] Fixed memory leaks in _output_get_voices.
From: |
Luke Yelavich |
Subject: |
[PATCH (speechd) 1/3] Fixed memory leaks in _output_get_voices. |
Date: |
Mon, 15 Feb 2010 09:27:24 +1100 |
On Mon, Feb 15, 2010 at 08:57:50AM EST, Christopher Brannon wrote:
> Insure that arrays of strings produced by g_strsplit are freed
> when they are no longer needed.
> These arrays are freed using g_strfreev.
>
> I also re-structured the code, so that allocated variables are freed in
> one place.
Applied, thanks.