mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
* Ensure DeleteSurface is called before CreateSurface: Under certain conditions it is possible that there already exists a surface with the same id as the new CreateSurface PDU. Delete the already existing instance in that case before creating a new one. * Simplify surface cleanup on shutdown: Use HashTable_Foreach