mirror of https://github.com/FreeRDP/FreeRDP
Merge branch 'master' of github.com:FreeRDP/FreeRDP into egfx
This commit is contained in:
commit
08373c50bc
|
@ -258,7 +258,7 @@ Pixmap xf_brush_new(xfContext* xfc, int width, int height, int bpp, BYTE* data)
|
||||||
XFree(image);
|
XFree(image);
|
||||||
|
|
||||||
if (cdata != data)
|
if (cdata != data)
|
||||||
free(cdata);
|
_aligned_free(cdata);
|
||||||
|
|
||||||
XFreeGC(xfc->display, gc);
|
XFreeGC(xfc->display, gc);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue