memobj_release: don't call syscall_generic_forwarding after process termination
refs #816
This commit is contained in:
@ -36,6 +36,7 @@ enum {
|
||||
MF_ZEROFILL = 0x0010,
|
||||
MF_REG_FILE = 0x1000,
|
||||
MF_DEV_FILE = 0x2000,
|
||||
MF_HOST_RELEASED = 0x80000000,
|
||||
MF_END
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user