Delete variables
Warum nicht =)
This commit is contained in:
		
							parent
							
								
									0ec0fbcfcd
								
							
						
					
					
						commit
						359b7beef5
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -104,8 +104,6 @@ void user_main(void)
 | 
				
			||||||
	allCells->Dispose();
 | 
						allCells->Dispose();
 | 
				
			||||||
	delete globalPIC;
 | 
						delete globalPIC;
 | 
				
			||||||
	delete allCells;
 | 
						delete allCells;
 | 
				
			||||||
	//delete [] variables;   @ Johnny: Warum soll ich diese Auskommentierung nicht aktieren??
 | 
						delete variables;
 | 
				
			||||||
	
 | 
					 | 
				
			||||||
	pause();
 | 
					 | 
				
			||||||
	return;
 | 
						return;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in a new issue