|
@@ -4512,8 +4512,8 @@ void la_DestroyUiItem(laUiItem *ui, int RemoveUsers){
|
|
la_StopUiOperatorService(ui);
|
|
la_StopUiOperatorService(ui);
|
|
strSafeDestroy(&ui->ExtraInstructions);strDestroyStringSplitor(&ui->Instructions);
|
|
strSafeDestroy(&ui->ExtraInstructions);strDestroyStringSplitor(&ui->Instructions);
|
|
strSafeDestroy(&ui->Display);
|
|
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);
|
|
//laStopUsingDataBlock(ui->PP.LastPs->UseInstance,ui->PP.LastPs->p,MAIN.PropMatcherContextP);
|
|
la_FreePropStepCache(ui->PP.Go); //-------[Up Here], instance already been freed.XXXXXXXXXXXX!!!!!!!!!!1
|
|
la_FreePropStepCache(ui->PP.Go); //-------[Up Here], instance already been freed.XXXXXXXXXXXX!!!!!!!!!!1
|
|
if (ui->Type->Destroy) ui->Type->Destroy(ui);
|
|
if (ui->Type->Destroy) ui->Type->Destroy(ui);
|