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…
Reference in New Issue