[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH (speechd) 1/4] Insure free in spd_execute_command_with_reply.
From: |
Luke Yelavich |
Subject: |
[PATCH (speechd) 1/4] Insure free in spd_execute_command_with_reply. |
Date: |
Wed, 24 Feb 2010 15:36:51 +1100 |
On Sat, Feb 20, 2010 at 02:50:09AM EST, Christopher Brannon wrote:
> This function could leak memory on an error condition.
> I moved the xfree call, so that the buffer is freed as soon as it is
> no longer needed.
Applied, thanks.
Luke