X11EGLImage : Fixing memory leak
authorMichael Schuldt <michael.schuldt@bmw.de>
Fri, 7 Dec 2012 12:29:51 +0000 (14:29 +0200)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Wed, 27 Mar 2013 13:12:10 +0000 (14:12 +0100)
commit3c95de645a7adb05c1d6f7f58ce8062e8f2065f1
tree61a2aaaa7c3385d4a86ca36d3132cce04e6d6d73
parent19b32f223845b37200a5c2ebb41ef96a5a8b30d4
X11EGLImage : Fixing memory leak

- the compostion pixmap handle was not store internal
- this causes a memory leak on surface destroy
- this is now fixed.

Signed-off-by: Michael Schuldt <michael.schuldt@bmw.de>
LayerManagerPlugins/Renderers/Graphic/src/TextureBinders/X11EglImage.cpp