Date:2011-09-23 00:48:13 (12 years 6 months ago)
Author:Maarten ter Huurne
Commit:53a73cabc7fee8ac885434eee5a0d0204734be8c
Message:Call deinit() method on exit.

This prevents file descriptors to sysfs files from staying open as the
selected application is executed.
Files: src/gmenu2x.cpp (2 diffs)

Change Details

src/gmenu2x.cpp
450450    delete s;
451451
452452    SDL_Quit();
453
454453    unsetenv("SDL_FBCON_DONT_CLEAR");
455454
456455#ifdef PLATFORM_GP2X
...... 
460459            gp2x_memregs[0x2906>>1]=512;
461460            gp2x_memregs[0x28E4>>1]=gp2x_memregs[0x290C>>1];
462461        }
463        gp2x_deinit();
464462    }*/
465463#endif
464    deinit();
466465}
467466
468467void GMenu2X::initBG() {

Archive Download the corresponding diff file



interactive