cache: Use Bitmap_Free instead of free
authorOndrej Holy <oholy@redhat.com>
Tue, 5 Sep 2017 08:25:15 +0000 (10:25 +0200)
committerOndrej Holy <oholy@redhat.com>
Thu, 7 Sep 2017 07:38:44 +0000 (09:38 +0200)
commite9ffff56bcf3b07513cc3aa063977c75f197134b
tree17d25908f480c7d968d7ebfeaa5f636a64846a81
parent9cccd4888d080fc5570ec11abcc1eea53c06f579
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
libfreerdp/cache/offscreen.c