Commit d0c8654d authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

rpcss: Fix a protseq string leak (Valgrind).

parent 86adba06
......@@ -252,6 +252,8 @@ void __cdecl ept_map(handle_t h,
}
LeaveCriticalSection(&csEpm);
I_RpcFree(protseq);
}
void __cdecl ept_lookup_handle_free(handle_t h,
......
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