rpcss: Fix a protseq string leak (Valgrind).

This commit is contained in:
Nikolay Sivov 2015-04-15 07:35:57 +03:00 committed by Alexandre Julliard
parent 86adba0651
commit d0c8654d10

View file

@ -252,6 +252,8 @@ void __cdecl ept_map(handle_t h,
} }
LeaveCriticalSection(&csEpm); LeaveCriticalSection(&csEpm);
I_RpcFree(protseq);
} }
void __cdecl ept_lookup_handle_free(handle_t h, void __cdecl ept_lookup_handle_free(handle_t h,