|  | @@ -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);
 |