Sebastian Lackner : gdiplus: Do not use GdipAlloc and GdipFree in internal functions.
Module: wine Branch: master Commit: aa70a90c6ef8c746b868990d0cd11ca013beef58 URL: http://source.winehq.org/git/wine.git/?a=commit;h=aa70a90c6ef8c746b868990d0c... Author: Sebastian Lackner <sebastian(a)fds-team.de> Date: Mon Oct 5 00:22:34 2015 +0200 gdiplus: Do not use GdipAlloc and GdipFree in internal functions. Signed-off-by: Sebastian Lackner <sebastian(a)fds-team.de> Signed-off-by: Vincent Povirk <vincent(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/gdiplus/brush.c | 158 ++++++++++++++++++++-------------------- dlls/gdiplus/customlinecap.c | 30 ++++---- dlls/gdiplus/font.c | 26 +++---- dlls/gdiplus/gdiplus.c | 10 +-- dlls/gdiplus/gdiplus_private.h | 11 +++ dlls/gdiplus/graphics.c | 160 ++++++++++++++++++++--------------------- dlls/gdiplus/graphicspath.c | 132 +++++++++++++++++----------------- dlls/gdiplus/image.c | 126 ++++++++++++++++---------------- dlls/gdiplus/imageattributes.c | 12 ++-- dlls/gdiplus/matrix.c | 18 ++--- dlls/gdiplus/metafile.c | 26 +++---- dlls/gdiplus/pathiterator.c | 12 ++-- dlls/gdiplus/pen.c | 18 ++--- dlls/gdiplus/region.c | 68 +++++++++--------- dlls/gdiplus/stringformat.c | 26 +++---- 15 files changed, 422 insertions(+), 411 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=aa70a90c6ef8c746b86899...
participants (1)
-
Alexandre Julliard