mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 14:03:02 +01:00
Backported fix for CORE-3067: Objects not unmapped when shared memory is closed
This commit is contained in:
parent
f659679b6f
commit
5113a8d668
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user