Proper delete[] formatting (this time all occurences should've been changed...)
svn-id: r31929
This commit is contained in:
parent
2d707af338
commit
311e9165ed
11 changed files with 21 additions and 21 deletions
|
@ -142,7 +142,7 @@ void OSystem_SDL_Symbian::initBackend() {
|
|||
}
|
||||
|
||||
OSystem_SDL_Symbian::~OSystem_SDL_Symbian() {
|
||||
delete[]_stereo_mix_buffer;
|
||||
delete[] _stereo_mix_buffer;
|
||||
}
|
||||
|
||||
int OSystem_SDL_Symbian::getDefaultGraphicsMode() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue