There are few things worse than broken library implementations, so I thought I’d post a warning for others.
Qualcomm’s (present in most android devices) implementation of glDeleteTextures raises GL_INVALID_VALUE if you try to delete zero textures, in violation of the specification.
ಠ_ಠ