Ensure mInfoLog is nulled out after it is deleted.

Issue=27 Original-Author: Vladimir Vukicevic Signed-off-by: Daniel Koch git-svn-id: https://angleproject.googlecode.com/svn/trunk@407 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent d36c6a0a
......@@ -2371,6 +2371,7 @@ void Program::resetInfoLog()
if (mInfoLog)
{
delete [] mInfoLog;
mInfoLog = NULL;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment