mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 07:10:05 +01:00
fixup another calloc build issue
This commit is contained in:
parent
60cfaa45a5
commit
e7cd5d84ed
1 changed files with 1 additions and 1 deletions
|
|
@ -538,7 +538,7 @@ configureModuleSection (void)
|
|||
for (el = elist; *el; el++) {
|
||||
XF86LoadPtr module;
|
||||
|
||||
module = xf86confcalloc(sizeof(XF86LoadRec));
|
||||
module = xf86confcalloc(1, sizeof(XF86LoadRec));
|
||||
module->load_name = *el;
|
||||
|
||||
/* Add only those font backends which are referenced by fontpath */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue