mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 20:10:24 +01:00
llvmpipe: Do not dispose the execution engine.
The engine is a global owned by gallivm module.
This commit is contained in:
parent
c25fcf5aa5
commit
4cb3b4ced8
1 changed files with 0 additions and 3 deletions
|
|
@ -162,9 +162,6 @@ lp_jit_init_globals(struct llvmpipe_screen *screen)
|
|||
void
|
||||
lp_jit_screen_cleanup(struct llvmpipe_screen *screen)
|
||||
{
|
||||
if(screen->engine)
|
||||
LLVMDisposeExecutionEngine(screen->engine);
|
||||
|
||||
if(screen->pass)
|
||||
LLVMDisposePassManager(screen->pass);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue