diff options
Diffstat (limited to 'glx/vndcmds.c')
-rw-r--r-- | glx/vndcmds.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/glx/vndcmds.c b/glx/vndcmds.c index 45b1eafaa..f0779d14a 100644 --- a/glx/vndcmds.c +++ b/glx/vndcmds.c @@ -386,10 +386,6 @@ static int dispatch_GLXVendorPriv(ClientPtr client) // Note that even if none of the vendors provides a dispatch stub, // we'll still add an entry to the dispatch table, so that we don't // have to look it up again later. - disp = (GlxVendorPrivDispatch *) malloc(sizeof(GlxVendorPrivDispatch)); - if (disp == NULL) { - return BadAlloc; - } disp->proc = GetVendorDispatchFunc(stuff->glxCode, GlxCheckSwap(client, |