Fixes related to Gallery slideshows not working properly with
authorPatrick Porlan <patrick.porlan@intel.com>
Mon, 1 Jul 2013 16:47:35 +0000 (18:47 +0200)
committerPatrick Porlan <patrick.porlan@intel.com>
Mon, 1 Jul 2013 16:47:35 +0000 (18:47 +0200)
commit37d30701740421204a1228e895e763c521b72464
treee8de3116b8198aa00717b6072de5d8a6ce66431e
parentd1fb1c9ca09e72eb1256af201fb4c43ca9c33cb9
Fixes related to Gallery slideshows not working properly with
orientation changes. Removed XFree(NULL) calls, and set array
to NULL rather than realloc(0) when no valid modes are returned.
This prevents memory corruptions, but does not solve eglInitialize
failures after a while.
egl_1_4/34GetConfigs.c