Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254613
b: refs/heads/master
c: 0b43fcd
h: refs/heads/master
i:
  254611: 0e7e572
v: v3
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed Jun 11, 2011
1 parent bd50a9d commit c4d5b91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 589e116062d8b5fd1809dfff4c9b7694ce6c2318
refs/heads/master: 0b43fcdff6495958c39e3575848edef4b685ddef
3 changes: 3 additions & 0 deletions trunk/drivers/media/rc/mceusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,9 @@ static void mce_async_callback(struct urb *urb, struct pt_regs *regs)
mceusb_dev_printdata(ir, urb->transfer_buffer, 0, len, true);
}

/* the transfer buffer and urb were allocated in mce_request_packet */
kfree(urb->transfer_buffer);
usb_free_urb(urb);
}

/* request incoming or send outgoing usb packet - used to initialize remote */
Expand Down

0 comments on commit c4d5b91

Please sign in to comment.