Cvs Commit: cvsnt
| Newsgroups | gmane.comp.version-control.cvs.windows-nt.cvs |
|---|---|
| Message-ID | <8a54e971d35bd1a@obrien> |
CVSROOT: /cvs Module name: cvsnt Changes by: [email protected] Thu Oct 13 21:59:03 2011 On host: mail.march-hare.com Directory: cvsnt/src M root.cpp CVSNT_BRANCH_2_8_01_3761 1.45.2.53.6.3.2.2 -> 1.45.2.53.6.3.2.3 Bug Id: 6314 Log message: Bug6314: crash if BigMemory=3 (use windows native memory). The most common cause for these crashes is deallocating memory with xfree() when the memory was allocated using getdelim/getline which allways uses the c runtime for memory allocation. patch - free memory from getline/getdelim using c-runtime.