Searched refs:requestCopy (Results 1 – 1 of 1) sorted by relevance
126 void *requestCopy = NULL; in dispatch_GLXClientInfo() local142 requestCopy = malloc(requestSize); in dispatch_GLXClientInfo()143 if (requestCopy == NULL) { in dispatch_GLXClientInfo()146 memcpy(requestCopy, client->requestBuffer, requestSize); in dispatch_GLXClientInfo()151 memcpy(client->requestBuffer, requestCopy, requestSize); in dispatch_GLXClientInfo()153 free(requestCopy); in dispatch_GLXClientInfo()