[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH (speechd-up)] speak_string leaks memory.
From: |
Luke Yelavich |
Subject: |
[PATCH (speechd-up)] speak_string leaks memory. |
Date: |
Wed, 24 Feb 2010 15:48:57 +1100 |
On Thu, Feb 18, 2010 at 12:16:05AM EST, Christopher Brannon wrote:
> I was the person who submitted the patch that introduced this bug.
> You can see it in the list archives.
> The problem was that I shadowed a variable in a nested scope.
> The variable pointed to allocated memory, which was never freed.
Applied, thanks.
Luke