comment about a valgrind error

This commit is contained in:
Brian Paul 2006-11-02 22:56:27 +00:00
parent 71f71c2c8a
commit 05267501af

View file

@ -699,6 +699,7 @@ swizzle_copy(GLubyte *dst, GLuint dstComponents, const GLubyte *src,
}
break;
case 1:
/* XXX investigate valgrind invalid read when running demos/texenv.c */
for (i = 0; i < count; i++) {
COPY_4UBV(tmp, src);
src += srcComponents;