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
commit 08373c50bc
1 changed files with 1 additions and 1 deletions

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