project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m
changeset 5208 878e551f0b4a
parent 5195 1bfa81f0bc21
child 5662 99083392cd4f
equal deleted inserted replaced
5207:4c9ae0f484da 5208:878e551f0b4a
   385     MSG_DIDUNLOAD();
   385     MSG_DIDUNLOAD();
   386     [super viewDidUnload];
   386     [super viewDidUnload];
   387 }
   387 }
   388 
   388 
   389 -(void) dealloc {
   389 -(void) dealloc {
   390     [nameLabel release];
   390     releaseAndNil(nameLabel);
   391     [extraLabel release];
   391     releaseAndNil(extraLabel);
   392     [captionLabel release];
   392     releaseAndNil(captionLabel);
   393     [imagesArray release];
   393     releaseAndNil(imagesArray);
   394     [buttonsArray release];
   394     releaseAndNil(buttonsArray);
   395     [super dealloc];
   395     [super dealloc];
   396 }
   396 }
   397 
   397 
   398 @end
   398 @end