@rogerwang I am experiencing crash issue with Windows DEBUG build, on this line:
|
::HeapFree(_process_heap, 0, data); |
if I disable the ::HeapFree and just use "free", everything looks fine
any reason why you are using HeapFree? I can't find the correspondent HeapCreate
@rogerwang I am experiencing crash issue with Windows DEBUG build, on this line:
chromium.src/third_party/blink/renderer/bindings/core/v8/v8_initializer.cc
Line 686 in 9fece9b
if I disable the ::HeapFree and just use "free", everything looks fine
any reason why you are using HeapFree? I can't find the correspondent HeapCreate