mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
removed some unnecessary releases from SDLMain.m
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user