comparison .editorconfig @ 38936:05c1f5f49ebb

index: use PyMem_Free() to free nodeetree instance As Yuya pointed out in the review of D4108, PyMem_Malloc() and PyMem_Free() should be paired. IIUC, PyMem_Malloc() may use a different allocator than malloc(), so using free() with a pointer from PyMem_Malloc() may be very wrong. Differential Revision: https://phab.mercurial-scm.org/D4152
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 06 Aug 2018 22:24:34 -0700
parents 1d6066336d7b
children c25efc468a49
comparison
equal deleted inserted replaced
38935:27a54096c92e 38936:05c1f5f49ebb