SDL-mirror/src
Philipp Wiesemann 0f7e05d107 Fixed bug 2647 - Memory leak in SDL_AddHintCallback function - SDL_hints.c
Nitz

Variable entry going out of scope leaks the storage it points to, at:

        /* Need to add a hint entry for this watcher */
        hint = (SDL_Hint *)SDL_malloc(sizeof(*hint));
        if (!hint) {
            return;
        }

Patch is attached.
2014-10-29 20:20:47 +01:00
..
atomic Fixed bug 2618 - incomplete pthread-based lock support should be removed 2014-07-07 21:27:42 -07:00
audio [Android] Better fix for #2480, pause/resume audio 2014-09-18 11:03:34 -03:00
core Fixed setting of screen saver state crashing on some version of Android. 2014-10-20 22:19:09 +02:00
cpuinfo WinRT build fix for ARM platforms 2014-08-10 22:21:21 -04:00
dynapi Removed SDL_round() because the license wasn't compatible with zlib 2014-08-17 13:11:55 -07:00
events Fixed spurious SDL error on shutdown if mouse capture isn't supported 2014-10-15 09:11:15 -07:00
file Fixed 2680 - OSX: Replace NSAutoreleasePool with @autoreleasepool 2014-08-17 15:07:00 -07:00
filesystem Fixed 2680 - OSX: Replace NSAutoreleasePool with @autoreleasepool 2014-08-17 15:07:00 -07:00
haptic Haptic: Deal with negative periodic magnitudes (thanks, Elias!). 2014-09-17 14:49:36 -04:00
joystick Added handling of NULL as input for SDL_GameControllerAddMapping(). 2014-10-26 23:28:45 +01:00
libm Removed SDL_round() because the license wasn't compatible with zlib 2014-08-17 13:11:55 -07:00
loadso Integrated David Ludwig's support for Windows RT 2014-03-09 11:36:47 -07:00
main Fixed bug 2476 - Allow custom main() arguments 2014-10-17 23:36:45 +02:00
power Added annotations to help code analysis tools 2014-06-04 10:56:56 -07:00
render WinRT: fixed bug whereby offscreen-rendered content could get improperly rotated 2014-10-14 09:53:46 -04:00
stdlib Removed SDL_round() because the license wasn't compatible with zlib 2014-08-17 13:11:55 -07:00
test Added NV12 and NV21 texture support for OpenGL and OpenGL ES 2.0 renderers 2014-08-06 11:34:54 -07:00
thread Fixed bug 2556 - add compilation flag -Wshadow 2014-06-25 00:43:10 -07:00
timer Fixed compiler warnings on iOS 2014-07-07 11:00:25 -07:00
video WinRT: more keyboard code cleanups 2014-10-26 12:33:10 -04:00
SDL.c Added NaCl to SDL_GetPlatform() 2014-06-21 11:48:12 -07:00
SDL_assert.c Integrated David Ludwig's support for Windows RT 2014-03-09 11:36:47 -07:00
SDL_assert_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_error.c Added annotations to help code analysis tools 2014-06-04 10:56:56 -07:00
SDL_error_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_hints.c Fixed bug 2647 - Memory leak in SDL_AddHintCallback function - SDL_hints.c 2014-10-29 20:20:47 +01:00
SDL_internal.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_log.c Chrome's Native Client backend implementation 2014-06-06 15:45:59 -03:00