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 cbe06d7..010ee19 100644
--- a/libmsi/where.c
+++ b/libmsi/where.c
@@ -1106,7 +1106,7 @@ unsigned where_view_create( LibmsiDatabase *db, LibmsiView **view, WCHAR *tables
TRACE("(%s)\n", debugstr_w(tables) );
- wv = alloc_msiobject( sizeof *wv, NULL );
+ wv = msi_alloc_zero( sizeof *wv );
if( !wv )
return LIBMSI_RESULT_FUNCTION_FAILED;