Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39798
b: refs/heads/master
c: 2daa487
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Greg Kroah-Hartman committed Oct 17, 2006
1 parent 874a724 commit da5c8d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2920349d438ec08d2b1f6761c8b78b8d13fd1dee
refs/heads/master: 2daa48729dfafd349c2a52520734de2edb9dc805
2 changes: 1 addition & 1 deletion trunk/drivers/usb/input/wacom_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ static void wacom_disconnect(struct usb_interface *intf)
input_unregister_device(wacom->dev);
usb_free_urb(wacom->irq);
usb_buffer_free(interface_to_usbdev(intf), 10, wacom->wacom_wac->data, wacom->data_dma);
kfree(wacom);
kfree(wacom->wacom_wac);
kfree(wacom);
}
}

Expand Down

0 comments on commit da5c8d4

Please sign in to comment.