@@ -278,7 +278,9 @@ int la_GetPropFromPath(laPropPack *Self, laPropPack *Base, const char *Path, voi
if (!Path || !Path[0] || !ss){
if (Base){
- la_NewPropStep(Self, Base->LastPs->p,Base->LastPs->UseInstance,Base->LastPs->Type);
+ Self->LastPs = Base->LastPs;
+ //Self->ReusedPs = 1;
+ //la_NewPropStep(Self, Base->LastPs->p,Base->LastPs->UseInstance,Base->LastPs->Type);
}
@@ -184,7 +184,7 @@ STRUCTURE(laPropPack){
laPropStep *LastPs;
laPropPack *RawThis;
char LastIndex;
- void *CopyRef; //Also template creation
+ //char ReusedPs;
};
STRUCTURE(laProp){
@@ -4512,8 +4512,8 @@ void la_DestroyUiItem(laUiItem *ui, int RemoveUsers){
la_StopUiOperatorService(ui);
strSafeDestroy(&ui->ExtraInstructions);strDestroyStringSplitor(&ui->Instructions);
strSafeDestroy(&ui->Display);
- if (RemoveUsers && ui->PP.LastPs && ui->PP.LastPs->p->Container->Hyper)
- { /*la_StopUsingPropPack(&ui->PP);*/ }
+ //if (RemoveUsers && ui->PP.LastPs && ui->PP.LastPs->p->Container->Hyper)
+ // { /*la_StopUsingPropPack(&ui->PP);*/ }
//laStopUsingDataBlock(ui->PP.LastPs->UseInstance,ui->PP.LastPs->p,MAIN.PropMatcherContextP);
la_FreePropStepCache(ui->PP.Go); //-------[Up Here], instance already been freed.XXXXXXXXXXXX!!!!!!!!!!1
if (ui->Type->Destroy) ui->Type->Destroy(ui);