rpcss: Fix a protseq string leak (Valgrind).
This commit is contained in:
parent
86adba0651
commit
d0c8654d10
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue