Skip to content

Commit

Permalink
bpo-1635741: sqlite3: Fix ref leak introduced by commit bf64d90 (GH-2…
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlend Egeberg Aasland committed Dec 28, 2020
1 parent abba83b commit 897387d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/_sqlite/connection.c
Expand Up @@ -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,
Expand Down

0 comments on commit 897387d

Please sign in to comment.