Ignore:
Timestamp:
Jun 25, 2007, 5:41:01 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/DebugMiddleFile.cpp

    r182 r188  
    906906
    907907    if(OpBuffer) HeapDefaultFree(OpBuffer);
    908     OpBuffer=(char *)HeapAlloc(hHeap,0,SizeOf_CodeSection);
     908    OpBuffer=(char *)malloc(SizeOf_CodeSection);
    909909
    910910    ReadProcessMemory(hDebugProcess,
Note: See TracChangeset for help on using the changeset viewer.