rpcss: Fix a protseq string leak (Valgrind).

oldstable
Nikolay Sivov 2015-04-15 07:35:57 +03:00 committed by Alexandre Julliard
parent 86adba0651
commit d0c8654d10
1 changed files with 2 additions and 0 deletions

View File

@ -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,