summaryrefslogtreecommitdiffstats
path: root/libmsi/where.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmsi/where.c')
-rw-r--r--libmsi/where.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmsi/where.c b/libmsi/where.c
index 9cc74d7..b8989d5 100644
--- a/libmsi/where.c
+++ b/libmsi/where.c
@@ -1214,7 +1214,7 @@ unsigned WHERE_CreateView( LibmsiDatabase *db, LibmsiView **view, WCHAR *tables,
TRACE("(%s)\n", debugstr_w(tables) );
- wv = msi_alloc_zero( sizeof *wv );
+ wv = alloc_msiobject( sizeof *wv, NULL );
if( !wv )
return ERROR_FUNCTION_FAILED;