mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
Properly reset gfx->codecs after free.
This commit is contained in:
parent
4622c58332
commit
457b198c11
@ -1573,6 +1573,7 @@ void gdi_graphics_pipeline_uninit(rdpGdi* gdi, RdpgfxClientContext* gfx)
|
||||
|
||||
gfx->custom = NULL;
|
||||
codecs_free(gfx->codecs);
|
||||
gfx->codecs = NULL;
|
||||
DeleteCriticalSection(&gfx->mux);
|
||||
PROFILER_PRINT_HEADER
|
||||
PROFILER_PRINT(gfx->SurfaceProfiler)
|
||||
|
Loading…
Reference in New Issue
Block a user