mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 16:34:18 +09:00
Merge branch 'master' of github.com:FreeRDP/FreeRDP into egfx
This commit is contained in:
@@ -258,7 +258,7 @@ Pixmap xf_brush_new(xfContext* xfc, int width, int height, int bpp, BYTE* data)
|
||||
XFree(image);
|
||||
|
||||
if (cdata != data)
|
||||
free(cdata);
|
||||
_aligned_free(cdata);
|
||||
|
||||
XFreeGC(xfc->display, gc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user