bpo-1635741: sqlite3: Fix ref leak introduced by commit bf64d90 (GH-23972)

This commit is contained in:
Erlend Egeberg Aasland 2020-12-28 03:09:26 +01:00 committed by GitHub
parent abba83b4b9
commit 897387d2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -891,7 +891,6 @@ pysqlite_connection_create_aggregate_impl(pysqlite_Connection *self,
return NULL;
}
Py_INCREF(aggregate_class);
rc = sqlite3_create_function_v2(self->db,
name,
n_arg,