From f4cc87c4873bf44e5c054071a91f2794d15149e4 Mon Sep 17 00:00:00 2001 From: Ivan Mahonin Date: Aug 21 2015 17:55:44 +0000 Subject: Fix --- diff --git a/c++/contourgl/test.cpp b/c++/contourgl/test.cpp index 7768de0..5736425 100644 --- a/c++/contourgl/test.cpp +++ b/c++/contourgl/test.cpp @@ -326,6 +326,7 @@ void Test::test2() { Helper::draw_contour(count, true, true); } + glDeleteBuffers(1, &buf_id); glPopAttrib(); }