Project

General

Profile

BlockManager.java.diff

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

Download (876 Bytes)

View differences:

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