Fixed incorrect delete.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1564 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
c34f0aa55a
commit
7380668ade
@ -216,7 +216,7 @@ void drv_deinit()
|
||||
for (int i=0;i<NUM_STICKS;i++)
|
||||
delete stickInfos[i];
|
||||
|
||||
delete stickInfos;
|
||||
delete [] stickInfos;
|
||||
|
||||
SDL_FreeSurface(mainSurface);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user