Fix #1 of 2 in 25081 (OffscreenContextGLX.cc)

master
Liam Marshall 2015-05-15 14:20:46 -05:00
parent a1a238a9cd
commit 365c562a17
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ bool create_glx_dummy_window(OffscreenContext &ctx)
// this call alters ctx->xDisplay and ctx->openGLContext
// and ctx->xwindow if successfull
if (!create_glx_dummy_context( *ctx )) {
delete ctx;
return NULL;
}