Ignore:
Timestamp:
Aug 14, 2007, 8:37:08 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r206 r280  
    3737    lplpSpBase=(ULONG_PTR *)HeapAlloc(hHeap,0,(iProcLevel+1)*sizeof(ULONG_PTR));
    3838    lpdwCp=(DWORD *)HeapAlloc(hHeap,0,(iProcLevel+1)*sizeof(DWORD));
     39    lpdwSourceIndex=(DWORD *)HeapAlloc(hHeap,0,(iProcLevel+1)*sizeof(DWORD));
    3940
    4041    //lplpObp
     
    107108        HeapDefaultFree(lplpSpBase);
    108109        HeapDefaultFree(lpdwCp);
     110        HeapDefaultFree(lpdwSourceIndex);
    109111    }
    110112
Note: See TracChangeset for help on using the changeset viewer.