BUG#18833 valgrind: Mismatched free()/delete/delete[] in SimBlockList
ndb/src/kernel/SimBlockList.cpp: NEW_BLOCK allocates the elements with new, we should free them with delete but only if we're not building with VM_TRACE
Showing
Please register or sign in to comment