From: Bernhard Urban Date: Thu, 17 Sep 2009 22:21:13 +0000 (+0200) Subject: amend it! X-Git-Tag: firstresponse~24 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=ppcskel.git;a=commitdiff_plain;h=de9eb2ee1bed75d9ea49e4430c173af8f1fa5dbb amend it! --- 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; }