Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 187006
Collapse All | Expand All

(-)src-native/src/BaseProf/TIdSet.h (-1 / +1 lines)
Lines 94-100 Link Here
94
94
95
        int addNewData(MPI::TId tId_Key, void* pData) {
95
        int addNewData(MPI::TId tId_Key, void* pData) {
96
            if (m_TId_Key == tId_Key) {
96
            if (m_TId_Key == tId_Key) {
97
                free(m_pData);
97
//                free(m_pData);
98
                m_pData = pData;
98
                m_pData = pData;
99
                return GetCurrentDepth();
99
                return GetCurrentDepth();
100
            } else if (tId_Key < m_TId_Key) {
100
            } else if (tId_Key < m_TId_Key) {

Return to bug 187006