Fixed double free in urb_isoch_transfer_cb
This commit is contained in:
parent
a5e2d62e48
commit
ef4de12887
@ -767,8 +767,6 @@ static void urb_isoch_transfer_cb(IUDEVICE* pdev, URBDRC_CHANNEL_CALLBACK* callb
|
||||
callback->channel->Write(callback->channel, Stream_GetPosition(out), Stream_Buffer(out),
|
||||
NULL);
|
||||
}
|
||||
|
||||
Stream_Free(out, TRUE);
|
||||
}
|
||||
|
||||
static UINT urb_isoch_transfer(IUDEVICE* pdev, URBDRC_CHANNEL_CALLBACK* callback, wStream* s,
|
||||
|
Loading…
Reference in New Issue
Block a user