removed some unnecessary releases from SDLMain.m

This commit is contained in:
Bill Meltsner
2010-01-12 10:36:41 -06:00
parent 8e74574544
commit 46b3d2e254
2 changed files with 1 additions and 3 deletions
-3
View File
@@ -417,10 +417,7 @@ int main (int argc, char **argv)
SDL_strlcpy(arg, temparg, arglen);
gArgv[gArgc++] = arg;
gArgv[gArgc] = NULL;
[firstLovePath release];
}
[lovePaths release];
} else {
int i;
gArgc = argc;