shell32: Free the correct pointer in XDG_UserDirLookup.

Rob Shearman robertshearman at gmail.com
Thu Jun 19 01:51:26 CDT 2008


out_ptr is a stack variable. *out_ptr is heap allocated and is what
was meant to be freed.
---
 dlls/shell32/xdg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: d8bc49aefd965212b8b98f63ef0926b7aae701cf.diff
Type: text/x-patch
Size: 424 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080619/f1e47daf/attachment.bin 


More information about the wine-patches mailing list