[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
memory leaks in sd_ibmtts
From: |
Chris Brannon |
Subject: |
memory leaks in sd_ibmtts |
Date: |
Wed, 10 Mar 2010 13:18:07 -0600 |
Jose Vilmar Estacio de Souza wrote:
> I believe to be found more two leaks in sd_ibmtts.
> In attach a patch to correct, please review.
Hi Jose,
I had a look at your patch, and it looks good to me.
Maybe the loop in _ibmtts_synth could be restructured, to eliminate
all those break statements, and to centralize the freeing of part and
mark_name in one place.
But as I say, this is good.
-- Chris