Re: [PATCH v2 1/7] v4l-utils/libdvbv5: fix auto generation of channel names

2014-10-27 Thread Mauro Carvalho Chehab
Em Sun, 26 Oct 2014 20:46:17 +0900 tsk...@gmail.com escreveu: From: Akihiro Tsukada tsk...@gmail.com when channel name was not available, it was generated from unset variables, and leaked memory. --- lib/libdvbv5/dvb-file.c | 28 +++- 1 file changed, 19

Re: [PATCH v2 1/7] v4l-utils/libdvbv5: fix auto generation of channel names

2014-10-27 Thread Mauro Carvalho Chehab
Em Sun, 26 Oct 2014 20:46:17 +0900 tsk...@gmail.com escreveu: From: Akihiro Tsukada tsk...@gmail.com when channel name was not available, it was generated from unset variables, and leaked memory. --- lib/libdvbv5/dvb-file.c | 28 +++- 1 file changed, 19

[PATCH v2 1/7] v4l-utils/libdvbv5: fix auto generation of channel names

2014-10-26 Thread tskd08
From: Akihiro Tsukada tsk...@gmail.com when channel name was not available, it was generated from unset variables, and leaked memory. --- lib/libdvbv5/dvb-file.c | 28 +++- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/lib/libdvbv5/dvb-file.c