summaryrefslogtreecommitdiff
path: root/sal/rtl/alloc_arena.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/alloc_arena.cxx')
-rw-r--r--sal/rtl/alloc_arena.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/alloc_arena.cxx b/sal/rtl/alloc_arena.cxx
index 373de6d51ad9..8f9c64e0919e 100644
--- a/sal/rtl/alloc_arena.cxx
+++ b/sal/rtl/alloc_arena.cxx
@@ -1064,7 +1064,7 @@ void SAL_CALL rtl_machdep_free(
#if defined(SAL_UNX)
(void) munmap(pAddr, nSize);
#elif defined(SAL_W32)
- (void) VirtualFree (pAddr, (SIZE_T)(0), MEM_RELEASE);
+ (void) VirtualFree (pAddr, (SIZE_T)0, MEM_RELEASE);
#endif /* (SAL_UNX || SAL_W32) */
}