winefile: Don't use child after it has been freed.
authorPaul TBBle Hampson <Paul.Hampson@Pobox.com>
Mon, 2 Feb 2009 22:39:32 +0000 (09:39 +1100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 3 Feb 2009 13:01:14 +0000 (14:01 +0100)
commitc09f1357bccbdf25ab7b46d508c27fad5801bac4
tree4aded72573283526fba4a459a7cc60a7f21cba05
parentaacbe97ae54d1858802fcbd68e9b6df7e70f2074
winefile: Don't use child after it has been freed.

If winefile is unable to create a window, it frees the child pointer.
However, it then proceeds to use the child pointer.
programs/winefile/winefile.c