kernel32: Remove superfluous heap reallocation calls in FormatMessageA/W.
commitc0e7931954de1d363267ef58ecb23fd87585f005
authorAndrew Nguyen <anguyen@codeweavers.com>
Sun, 18 Apr 2010 14:08:42 +0000 (18 09:08 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 Apr 2010 13:42:42 +0000 (19 15:42 +0200)
tree88d9ce3de818b3433d7370756e75f471272022cb
parentf35ca2a77c07e375c7af5dda92efeca9c27de7fc
kernel32: Remove superfluous heap reallocation calls in FormatMessageA/W.

The buffer in question is temporary and will be freed on function
return, so resizing and leaving the enlarged space unused is pointless.
dlls/kernel32/format_msg.c