gdiplus: Zero the MetafileHeader structure in GetMetafileHeader.
authorVincent Povirk <vincent@codeweavers.com>
Mon, 8 Mar 2010 21:09:13 +0000 (15:09 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 Mar 2010 12:28:23 +0000 (13:28 +0100)
commitc1c555e3dffdf02e98d143a744f8f8161f36e98d
treee4a94900edd81aefa83f828f1f5548083a24ee31
parent89e5c26236d10853518cfeef4ddb58488bdf9263
gdiplus: Zero the MetafileHeader structure in GetMetafileHeader.

Since we return success, we should at least make sure the result is not
uninitialized memory.
dlls/gdiplus/image.c