diff --git a/dbdimp.c b/dbdimp.c index d543f8c..ce23128 100644 --- a/dbdimp.c +++ b/dbdimp.c @@ -1729,7 +1729,7 @@ sqlite_db_aggr_finalize_dispatcher( sqlite3_context *context ) aggrInfo *aggr, myAggr; int count = 0; - aggr = sqlite3_aggregate_context(context, sizeof (aggrInfo)); + aggr = sqlite3_aggregate_context(context, 0); ENTER; SAVETMPS;