mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
Bitmap_Alloc is used to allocate memory of bitmap, Bitmap_Free should be used to release that memory. Let's change free to Bitmap_Free. https://github.com/FreeRDP/FreeRDP/issues/4117