From de9eb2ee1bed75d9ea49e4430c173af8f1fa5dbb Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Fri, 18 Sep 2009 00:21:13 +0200 Subject: [PATCH] amend it! --- usb/host/ohci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usb/host/ohci.c b/usb/host/ohci.c index 89f3fd2..a33bd42 100644 --- a/usb/host/ohci.c +++ b/usb/host/ohci.c @@ -244,6 +244,7 @@ u8 hcdi_enqueue(usb_transfer_descriptor *td) { sync_before_read(&hcca_oh0, 256); printf("done head (nach sync): 0x%08X\n", ACCESS_LE(hcca_oh0.done_head)); + //should be free'd after taking it from the done queue //free(tmptd); return 0; } -- 2.25.1