mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
The RpcFinally block must always be executed. Otherwise, RPC code will leak allocated buffer memory.
svn path=/trunk/; revision=17313
This commit is contained in:
@@ -59,7 +59,7 @@ typedef long RPC_STATUS;
|
||||
#define RpcExcept(x) } else {
|
||||
#define RpcEndExcept }
|
||||
#define RpcTryFinally if (1) {
|
||||
#define RpcFinally } else {
|
||||
#define RpcFinally } if (1) {
|
||||
#define RpcEndFinally }
|
||||
#define RpcExceptionCode() 0
|
||||
#define RpcAbnormalTermination() AbnormalTermination()
|
||||
|
||||
Reference in New Issue
Block a user