Searched refs:new_adaptors (Results 1 – 1 of 1) sorted by relevance
725 XF86VideoAdaptorPtr *adaptors, *new_adaptors = NULL; in xorg_xv_init() local730 new_adaptors = malloc((num_adaptors + 1) * sizeof(XF86VideoAdaptorPtr *)); in xorg_xv_init()731 if (new_adaptors == NULL) in xorg_xv_init()734 memcpy(new_adaptors, adaptors, num_adaptors * sizeof(XF86VideoAdaptorPtr)); in xorg_xv_init()735 adaptors = new_adaptors; in xorg_xv_init()