FreeRDP/libfreerdp/cache
Ondrej Holy e9ffff56bc cache: Use Bitmap_Free instead of free
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
2017-09-07 09:38:44 +02:00
..
bitmap.c
brush.c
cache.c
CMakeLists.txt
glyph.c
nine_grid.c
offscreen.c cache: Use Bitmap_Free instead of free 2017-09-07 09:38:44 +02:00
palette.c
pointer.c