]> granicus.if.org Git - python/commit
Set data pointer to NULL after an error; this keeps the mmap_dealloc() function from...
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 19 May 2004 14:39:08 +0000 (14:39 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 19 May 2004 14:39:08 +0000 (14:39 +0000)
commit16581c86148dbd599fd4c5ad2146f00499434c4b
treedea9e8070981a5d7e3fbe57e8d92f2105e8fe85e
parent354433a59dd1701985ec8463ced25a967cade3c1
Set data pointer to NULL after an error; this keeps the mmap_dealloc() function from trying to do msync(-1);munmap(-1).
2.3 bugfix candidate, but this bug isn't critical enough that the fix has to go into 2.3.4
Modules/mmapmodule.c