Ignore:
Timestamp:
Feb 6, 2009, 11:30:06 PM (17 years ago)
Author:
ansari
Message:

Correction bug ds SegDataBlock.Share() provoquant core dump (a l'origine du pb de KeepObj(DataTable) - plus exactement ds DataTable::Share() - Reza 06/02/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/segdatablock.h

    r3385 r3566  
    141141  {
    142142    Delete();
    143     mSRef->gThsop.lock();   //  (ThreadSafe) - Start of atomic operation
     143    a.mSRef->gThsop.lock();   //  (ThreadSafe) - Start of atomic operation
    144144    mSRef = a.mSRef;
    145145    mSRef->nref++;
    146     mSRef->gThsop.unlock();   //  (ThreadSafe) - End of atomic operation
     146    a.mSRef->gThsop.unlock();   //  (ThreadSafe) - End of atomic operation
    147147  }
    148148
Note: See TracChangeset for help on using the changeset viewer.