[Libreoffice-commits] core.git: Branch 'private/moggi/chart-opengl-rebase' - chart2/source

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Jan 27 22:37:40 PST 2014


 chart2/source/view/main/OpenGLRender.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 32ce9942cc9acc2e01326a849bd8584642de7081
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Jan 28 07:35:26 2014 +0100

    fix rebase error
    
    Change-Id: I9dfc4189daec240221a21a89b9bc42cedec8e343

diff --git a/chart2/source/view/main/OpenGLRender.cxx b/chart2/source/view/main/OpenGLRender.cxx
index 816bc21..e80e210 100755
--- a/chart2/source/view/main/OpenGLRender.cxx
+++ b/chart2/source/view/main/OpenGLRender.cxx
@@ -540,7 +540,6 @@ int OpenGLRender::RenderLine2FBO(int)
         glDisableVertexAttribArray(m_2DVertexID);
         CHECK_GL_ERROR();
         m_Line2DShapePointList.pop_front();
-        free(pointList.pointBuf);
     }
     GLenum status;
     CHECK_GL_ERROR();


More information about the Libreoffice-commits mailing list