evas-gl-drm: Fix potential memory leak
authorChris Michael <cp.michael@samsung.com>
Wed, 7 Jun 2017 16:38:12 +0000 (12:38 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 7 Jun 2017 16:38:12 +0000 (12:38 -0400)
commit45656ccb80f937f442fa47ef247b0cf6452856bb
tree79eae810ad53a085a969041a36bd91e7850b13fd
parentc7da93c1de14d3d685c9d86289274c9441bb91c4
evas-gl-drm: Fix potential memory leak

If/When we exit _evas_outbuf_egl_setup function, we should be freeing
the allocated cfgs variable else we leak it.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/evas/engines/gl_drm/evas_outbuf.c