shell32: Free the correct pointer in XDG_UserDirLookup.
commitff838008393cf57431013aac84d919e5c18c75d5
authorRob Shearman <robertshearman@gmail.com>
Thu, 19 Jun 2008 06:51:26 +0000 (19 07:51 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 19 Jun 2008 09:54:57 +0000 (19 11:54 +0200)
treeb0c0aab705b6407e6a62a4ffe8bc3fb44439f81e
parent52911fc66c53816d7df1b417ca50ec25e24f9e88
shell32: Free the correct pointer in XDG_UserDirLookup.

out_ptr is a stack variable. *out_ptr is heap allocated and is what
was meant to be freed.
dlls/shell32/xdg.c