If we can't allocate the rowimage - bail

This commit is contained in:
Alan Hourihane 2004-04-30 09:44:22 +00:00
parent 739f50f542
commit ef5c82bd02

View file

@ -1341,6 +1341,8 @@ static GLboolean initialize_visual_and_buffer( int client,
32, /*bitmap_pad*/
0 /*bytes_per_line*/ );
#endif
if (!b->rowimage)
return GL_FALSE;
}
return GL_TRUE;