http://bugs.winehq.org/show_bug.cgi?id=14356
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.0.1
--- Comment #24 from Lei Zhang thestig@google.com 2008-08-08 17:37:06 --- Nominating for Wine 1.0.1:
commit de3afabf084c3ee3e5b94d9f61bfec69ec4251dc Author: Kirill K. Smirnov lich@math.spbu.ru Date: Sat Jul 19 00:38:03 2008 +0400
shell32: Avoid usage of undefined xdg_results variable, since XDG_UserDirLookup() always corrupts it.
and
commit ff838008393cf57431013aac84d919e5c18c75d5 Author: Rob Shearman robertshearman@gmail.com Date: Thu Jun 19 07:51:26 2008 +0100
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.