V4L/DVB (9604): ttusb_dec: fix memory leak

Free allocated memory

Signed-off-by: Douglas Schilling Landgraf <dougsland@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by Douglas Schilling Landgraf and committed by Mauro Carvalho Chehab 7935eeae b7ed785b

+1
+1
drivers/media/dvb/ttusb-dec/ttusb_dec.c
··· 1260 1260 dec->irq_buffer = usb_buffer_alloc(dec->udev,IRQ_PACKET_SIZE, 1261 1261 GFP_ATOMIC, &dec->irq_dma_handle); 1262 1262 if(!dec->irq_buffer) { 1263 + usb_free_urb(dec->irq_urb); 1263 1264 return -ENOMEM; 1264 1265 } 1265 1266 usb_fill_int_urb(dec->irq_urb, dec->udev,dec->irq_pipe,