Merge branch 'master' of github.com:FreeRDP/FreeRDP into egfx

This commit is contained in:
Marc-André Moreau
2014-09-10 10:44:48 -04:00

View File

@@ -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);
}