commit | dacd7a33c458240355c4b22dcc82809241447ab8 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Jul 09 17:33:15 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Thu Jul 09 17:33:15 2009 -0700 |
tree | 1113f0de99da4f81d888806fb5bd406ff21ba086 | |
parent | 5fac82d6ec6c94974dc2784d84b965180d15e3c8 [diff] [blame] |
fix for [1969185] valgrind errors in new gl stuff
diff --git a/opengl/libagl/egl.cpp b/opengl/libagl/egl.cpp index c44478d..4461567 100644 --- a/opengl/libagl/egl.cpp +++ b/opengl/libagl/egl.cpp
@@ -1103,7 +1103,7 @@ // default value if (binarySearch<config_pair_t>( (config_pair_t const*)attrib_list, - 0, numAttributes, + 0, numAttributes-1, config_defaults[j].key) < 0) { for (int i=0 ; i<numConfigs ; i++) {