Module: wine Branch: master Commit: bf6b95e95c1cf419dd6e4953dcc4dae65714038b URL: http://source.winehq.org/git/wine.git/?a=commit;h=bf6b95e95c1cf419dd6e4953dc... Author: Francois Gouget <fgouget(a)free.fr> Date: Sun May 17 13:28:23 2009 +0200 winetest: Rename xmalloc() & co to heap_xxx() to not imply they are based on malloc(), and add heap_free(). --- programs/winetest/gui.c | 30 +++++++++++++++--------------- programs/winetest/main.c | 40 ++++++++++++++++++++-------------------- programs/winetest/send.c | 6 +++--- programs/winetest/util.c | 15 ++++++++++----- programs/winetest/winetest.h | 7 ++++--- 5 files changed, 52 insertions(+), 46 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=bf6b95e95c1cf419dd6e49...