GraphicSystems: fixed memory leaks
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 10 May 2012 10:53:03 +0000 (12:53 +0200)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 10 May 2012 10:53:03 +0000 (12:53 +0200)
commit36a9089b29a23e74e5e5dfe58d80ca832af83912
tree399e1e0fbfad9282e7fe8086dd138704dbe47b52
parent6e197cef0ada8b36635f357e1be7cd3b48c09b8a
GraphicSystems: fixed memory leaks

new var[] must be delete with delete[] operator.
LayerManagerPlugins/Renderers/Graphic/src/GraphicSystems/GLESGraphicSystem.cpp
LayerManagerPlugins/Renderers/Graphic/src/GraphicSystems/GLXGraphicSystem.cpp