Ignore:
Timestamp:
Jun 10, 2008, 11:40:17 PM (16 years ago)
Author:
dai_9181
Message:

libファイルを跨ったテンプレート展開に対応。

File:
1 edited

Legend:

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

    r280 r636  
    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));
     39    this->relationalObjectModuleIndexes.resize( iProcLevel + 1 );
    4040
    4141    //lplpObp
     
    108108        HeapDefaultFree(lplpSpBase);
    109109        HeapDefaultFree(lpdwCp);
    110         HeapDefaultFree(lpdwSourceIndex);
     110        relationalObjectModuleIndexes.clear();
    111111    }
    112112
Note: See TracChangeset for help on using the changeset viewer.