8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 13:23:02 +01:00

Backported fix for CORE-3067: Objects not unmapped when shared memory is closed

This commit is contained in:
alexpeshkoff 2010-07-09 11:15:44 +00:00
parent f659679b6f
commit 5113a8d668

View File

@ -2312,7 +2312,7 @@ void ISC_unmap_object(ISC_STATUS* status_vector,
return;
}
#endif
const ULONG page_size = (ULONG) ps;
const size_t page_size = (ULONG) ps;
/* Compute the start and end page-aligned addresses which
contain the mapped object. */