[media] dibusb: fix possible memory leak in dibusb_rc_query()
authorWei Yongjun <weiyongjun1@huawei.com>
Sun, 30 Oct 2016 01:36:24 +0000 (23:36 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 21 Nov 2016 13:40:45 +0000 (11:40 -0200)
commit1f5ecaf985c46889278f51fcb7bc143f60f4eb14
tree7adb3f38a8204b46f7bcd24601609c369948ba65
parent33e423c40ccf6eedbb5dc6e687524f9133368601
[media] dibusb: fix possible memory leak in dibusb_rc_query()

'buf' is malloced in dibusb_rc_query() and should be freed before
leaving from the error handling cases, otherwise it will cause
memory leak.

Fixes: ff1c123545d7 ("[media] dibusb: handle error code on RC query")

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/dvb-usb/dibusb-common.c