msi: Don't duplicate the table name in CREATE_CreateView.
commit5922de46dec881d59cc7ea2383c763538dedd87b
authorHans Leidekker <hans@codeweavers.com>
Thu, 28 May 2009 13:03:19 +0000 (28 15:03 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 28 May 2009 13:28:53 +0000 (28 15:28 +0200)
treeaa4f4565d801cc41e4823da4488b5154e755cf15
parent2018de00e195f501979569569e8c8c4788375fac
msi: Don't duplicate the table name in CREATE_CreateView.

The table name is tracked in the list attached to the parent query object,
which is destroyed after the view object.

This plugs a leak since the duplicated table name was never freed.
dlls/msi/create.c