ecore-drm2: Don't leak return from _output_name_get function
authorChris Michael <cpmichael@osg.samsung.com>
Thu, 30 Jun 2016 15:11:22 +0000 (11:11 -0400)
committerChris Michael <cpmichael@osg.samsung.com>
Thu, 30 Jun 2016 15:11:22 +0000 (11:11 -0400)
commit7b0a1933a00983b28951ae9987bbc6dcf4dc5fc8
tree286e8a2bf238abe5a68a8be6c785506ea793321e
parent79277d1cb48f750b44b8e9dc35c10433187eebd2
ecore-drm2: Don't leak return from _output_name_get function

Coverity reports that we end up leaking the return from
_output_name_get as the storage is never freed.

Fixes Coverity CID1357161

@fix

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
src/lib/ecore_drm2/ecore_drm2_outputs.c