msi: Keep track of the current view in the sql parser.
commit1692e1fe673fd40c649d14e7aa18de250d639b9b
authorJames Hawkins <truiken@gmail.com>
Wed, 16 Dec 2009 02:18:31 +0000 (15 18:18 -0800)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 16 Dec 2009 11:26:38 +0000 (16 12:26 +0100)
treeeea3f1171d1fda9ee2648618a386456581d39da1
parent393c5af205c5b25a50e0b2d06a5889162286abf2
msi: Keep track of the current view in the sql parser.

This allows us to free said view in the case of a syntax error. This
also allows us to get rid of a few places where we tried to clean up
the view ourselves in the parsing code.
dlls/msi/sql.y