From bf2b456f0c1b812b0146890a09da26a8afb713da Mon Sep 17 00:00:00 2001 From: Karl Blomster Date: Wed, 8 Jul 2009 13:30:24 +0000 Subject: [PATCH] Re-fix the fix in r3091; the issue wasn't what I thought it was, it was that memory was being freed twice. Fixes #906. Originally committed to SVN as r3100. --- aegisub/src/gl_text.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aegisub/src/gl_text.cpp b/aegisub/src/gl_text.cpp index 3689cba8e..620de6394 100644 --- a/aegisub/src/gl_text.cpp +++ b/aegisub/src/gl_text.cpp @@ -61,7 +61,6 @@ OpenGLText::~OpenGLText() { ///////// // Reset void OpenGLText::Reset() { - for (unsigned int i=0;i