mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
nouveau: Fix build.
Fixes nouveau build failure introduced atc73245882c. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=57746 Signed-off-by: Vinson Lee <vlee@freedesktop.org> (cherry picked from commita17750b688)
This commit is contained in:
parent
dddc5df519
commit
15693b7925
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ nouveau_renderbuffer_dri_new(GLenum format, __DRIdrawable *drawable)
|
||||||
rb->AllocStorage = nouveau_renderbuffer_dri_storage;
|
rb->AllocStorage = nouveau_renderbuffer_dri_storage;
|
||||||
|
|
||||||
if (!set_renderbuffer_format(rb, format)) {
|
if (!set_renderbuffer_format(rb, format)) {
|
||||||
nouveau_renderbuffer_del(rb);
|
nouveau_renderbuffer_del(NULL, rb);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue