Skip to content
Snippets Groups Projects
Commit 55490022 authored by Noomen Hamza's avatar Noomen Hamza Committed by Alexandre Julliard
Browse files

Running object table are not using 0 as a valid index anymore.

parent e84b6784
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ HRESULT WINAPI RunningObjectTableImpl_Initialize()
return E_OUTOFMEMORY;
runningObjectTableInstance->runObjTabSize=BLOCK_TAB_SIZE;
runningObjectTableInstance->runObjTabRegister=0;
runningObjectTableInstance->runObjTabRegister=1;
runningObjectTableInstance->runObjTabLastIndx=0;
return S_OK;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment