Commit 552037c9 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

qedit: Remove an unused and wrong assignment (PVS-Studio).

parent 54aaa16d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment