Module: wine Branch: master Commit: ccef56f2cc6c253eb43fd4e8821456c959f2e908 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ccef56f2cc6c253eb43fd4e882...
Author: James Hawkins truiken@gmail.com Date: Fri Jul 20 18:41:16 2007 -0700
msi: Ref count temporary columns and release them when necessary.
---
dlls/msi/alter.c | 8 +++-- dlls/msi/create.c | 1 + dlls/msi/delete.c | 1 + dlls/msi/distinct.c | 1 + dlls/msi/insert.c | 1 + dlls/msi/join.c | 1 + dlls/msi/msipriv.h | 8 ++++- dlls/msi/order.c | 1 + dlls/msi/select.c | 1 + dlls/msi/sql.y | 14 +++++++-- dlls/msi/streams.c | 1 + dlls/msi/table.c | 81 +++++++++++++++++++++++++++++++++++++++++++++++++- dlls/msi/tests/db.c | 35 ++++----------------- dlls/msi/update.c | 1 + dlls/msi/where.c | 1 + 15 files changed, 119 insertions(+), 37 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ccef56f2cc6c253eb43fd4...