https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a951d66002fd3ce99f1de2f241515303a93012e4

commit a951d66002fd3ce99f1de2f241515303a93012e4
Author:     Thomas Faber <[email protected]>
AuthorDate: Sun Feb 17 09:58:28 2019 +0100
Commit:     Thomas Faber <[email protected]>
CommitDate: Sun Feb 17 09:59:49 2019 +0100

    [RTL] Fix GCC build.
---
 sdk/lib/rtl/heap.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdk/lib/rtl/heap.c b/sdk/lib/rtl/heap.c
index 4d47ee2ec9..4c51053e65 100644
--- a/sdk/lib/rtl/heap.c
+++ b/sdk/lib/rtl/heap.c
@@ -2204,6 +2204,7 @@ BOOLEAN NTAPI RtlFreeHeap(
         RtlSetLastWin32ErrorAndNtStatusFromNtStatus(STATUS_INVALID_PARAMETER);
         _SEH2_YIELD(return FALSE);
     }
+    _SEH2_END;
 
     /* Lock if necessary */
     if (!(Flags & HEAP_NO_SERIALIZE))

Reply via email to