equal
deleted
inserted
replaced
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 * GNU General Public License for more details. |
12 * GNU General Public License for more details. |
13 * |
13 * |
14 * You should have received a copy of the GNU General Public License |
14 * You should have received a copy of the GNU General Public License |
15 * along with this program; if not, write to the Free Software |
15 * along with this program; if not, write to the Free Software |
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. |
17 * |
17 * |
18 * File created on 02/04/2010. |
18 * File created on 02/04/2010. |
19 */ |
19 */ |
20 |
20 |
21 |
21 |
198 MSG_DIDUNLOAD(); |
198 MSG_DIDUNLOAD(); |
199 [super viewDidUnload]; |
199 [super viewDidUnload]; |
200 } |
200 } |
201 |
201 |
202 -(void) dealloc { |
202 -(void) dealloc { |
203 [levelArray release]; |
203 releaseAndNil(levelArray); |
204 [levelSprites release]; |
204 releaseAndNil(levelSprites); |
205 [teamDictionary release]; |
205 releaseAndNil(teamDictionary); |
206 [lastIndexPath release]; |
206 releaseAndNil(lastIndexPath); |
207 [super dealloc]; |
207 [super dealloc]; |
208 } |
208 } |
209 |
209 |
210 |
210 |
211 @end |
211 @end |