mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Remove redundant NULL-check. Fixes Coverity CID: 761.
svn path=/trunk/; revision=36569
This commit is contained in:
parent
862b1b1c46
commit
6eb2f69158
1 changed files with 1 additions and 2 deletions
|
@ -180,8 +180,7 @@ umss_bulkonly_send_cbw_completion(IN PURB purb, IN PVOID context)
|
|||
umss_bulkonly_transfer_data(pdev_ext);
|
||||
}
|
||||
|
||||
if (purb)
|
||||
usb_free_mem(purb);
|
||||
usb_free_mem(purb);
|
||||
|
||||
purb = NULL;
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue