Project

General

Profile

BlockManager.java.diff

Hynek Cihlar, 06/28/2019 10:32 AM

Download (761 Bytes)

View differences:

src/com/goldencode/p2j/util/BlockManager.java 2019-06-28 14:32:16 +0000
10747 10747
                        ObjectOps.pendingAssign(ref);
10748 10748
                     }
10749 10749
                  }
10750
                  else if (bdt instanceof object)
10751
                  {
10752
                     _BaseObject_ ref = ((object) bdt).ref;
10753
                     // mark this object as a pending assign - it will not be implicitly deleted
10754
                     // if it's current referent gets out of scope
10755
                     ObjectOps.pendingAssign(ref);
10756
                  }
10750 10757
               }
10751 10758
            }
10752 10759
         }