mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
radeon/common: use glCtx not ctx
This commit is contained in:
parent
e00ef43d79
commit
4170216009
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ void radeonDestroyContext(__DRIcontextPrivate *driContextPriv )
|
|||
rcommonFlushCmdBuf( radeon, __FUNCTION__ );
|
||||
}
|
||||
|
||||
radeonReleaseArrays(ctx, ~0);
|
||||
radeonReleaseArrays(radeon->glCtx, ~0);
|
||||
|
||||
if (radeon->vtbl.free_context)
|
||||
radeon->vtbl.free_context(radeon->glCtx);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue