mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 19:39:00 +00:00
qedit: Remove an unused and wrong assignment (PVS-Studio).
This commit is contained in:
parent
54aaa16d8f
commit
552037c925
@ -658,7 +658,6 @@ HRESULT MediaDet_create(IUnknown * pUnkOuter, LPVOID * ppv) {
|
||||
obj->cur_pin = NULL;
|
||||
obj->num_streams = -1;
|
||||
obj->cur_stream = 0;
|
||||
*ppv = obj;
|
||||
|
||||
if (pUnkOuter)
|
||||
obj->outer_unk = pUnkOuter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user