writes:
> From: Gonglei
>
> Variable "conf" going out of scope leaks the storage
> it points to in line 856.
>
> Signed-off-by: Gonglei
> ---
> v2:
> using an better way to avoid memory leak. (Markus)
> ---
> audio/ossaudio.c | 9 +++--
> 1 file changed, 3 insertions(+), 6 deletions(-)
>
On Mi, 2015-06-24 at 17:18 +0800, arei.gong...@huawei.com wrote:
> Variable "conf" going out of scope leaks the storage
> it points to in line 856.
>
Added to audio queue.
thanks,
Gerd
From: Gonglei
Variable "conf" going out of scope leaks the storage
it points to in line 856.
Signed-off-by: Gonglei
---
v2:
using an better way to avoid memory leak. (Markus)
---
audio/ossaudio.c | 9 +++--
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/audio/ossaudio.c b/