mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 17:40:11 +01:00
Fix buffer object list freeing.
This commit is contained in:
parent
f06ad82ecd
commit
cf7c90f7b4
1 changed files with 1 additions and 1 deletions
|
|
@ -2499,7 +2499,7 @@ void drmBOFreeList(drmBOList *list)
|
|||
DRMLISTDEL(l);
|
||||
node = DRMLISTENTRY(drmBONode, l, head);
|
||||
free(node);
|
||||
l = list->free.next;
|
||||
l = list->list.next;
|
||||
list->numCurrent--;
|
||||
list->numOnList--;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue