##// END OF EJS Templates
index: use PyMem_Free() to free nodeetree instance...
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

File last commit:

r32206:c4858385 default
r38971:05c1f5f4 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer