llvmpipe: Do not dispose the execution engine.

The engine is a global owned by gallivm module.
This commit is contained in:
José Fonseca 2010-10-11 19:45:52 +01:00
parent c25fcf5aa5
commit 4cb3b4ced8
1 changed files with 0 additions and 3 deletions

View File

@ -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);
}