]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Set data pointer to NULL after an error; this keeps the mmap_dealloc() function
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 1 Jun 2004 13:00:16 +0000 (13:00 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 1 Jun 2004 13:00:16 +0000 (13:00 +0000)
commit0a7c3ff046f7a630d5adc09d798c62f38e2c4cd7
tree7fac59787487bf3c23e062d6793b004f18e3ea24
parent158e7cf99eb687ad016d545c0fc1354b65d7b7e4
Set data pointer to NULL after an error; this keeps the mmap_dealloc() function
from trying to do msync(-1);munmap(-1).
Modules/mmapmodule.c