Skip to content

Commit

Permalink
Removed reference increment in cursor.description
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Oct 4, 2020
1 parent 8944cb8 commit 21c9afc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mariadb/mariadb_cursor.c
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,6 @@ PyObject *MrdbCursor_description(MrdbCursor *self)
}
PyTuple_SetItem(obj, i, desc);
}
Py_INCREF(obj);
return obj;
}
Py_INCREF(Py_None);
Expand Down

0 comments on commit 21c9afc

Please sign in to comment.