aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llglsandbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llglsandbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llglsandbox.cpp b/linden/indra/newview/llglsandbox.cpp
index e14cebe..81806dc 100644
--- a/linden/indra/newview/llglsandbox.cpp
+++ b/linden/indra/newview/llglsandbox.cpp
@@ -1134,5 +1134,5 @@ void post_show_depth_buffer()
1134 } 1134 }
1135 glDrawPixels(xsize,ysize,GL_RED,GL_UNSIGNED_BYTE,buf); 1135 glDrawPixels(xsize,ysize,GL_RED,GL_UNSIGNED_BYTE,buf);
1136 1136
1137 delete buf; 1137 delete [] buf;
1138} 1138}