Merge branch 'vmwgfx-fixes-4.12' of git://people.freedesktop.org/~thomash/linux into drm-fixes
Single vmwgfx fix * 'vmwgfx-fixes-4.12' of git://people.freedesktop.org/~thomash/linux: drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgr
This commit is contained in:
Коммит
5193c08c7e
|
@ -321,6 +321,7 @@ void vmw_cmdbuf_res_man_destroy(struct vmw_cmdbuf_res_manager *man)
|
||||||
list_for_each_entry_safe(entry, next, &man->list, head)
|
list_for_each_entry_safe(entry, next, &man->list, head)
|
||||||
vmw_cmdbuf_res_free(man, entry);
|
vmw_cmdbuf_res_free(man, entry);
|
||||||
|
|
||||||
|
drm_ht_remove(&man->resources);
|
||||||
kfree(man);
|
kfree(man);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче