commit | bd70476897a16be21d5e26394c8c367d37e2c4c6 | [log] [tgz] |
---|---|---|
author | Alexandre Vassalotti <alexandre@peadrop.com> | Sun Jul 13 21:47:59 2008 +0000 |
committer | Alexandre Vassalotti <alexandre@peadrop.com> | Sun Jul 13 21:47:59 2008 +0000 |
tree | 1d73abbadace62873665a5e4ff83490637a59c19 | |
parent | b93dc5f0cee59f1c7bfe6c3a85c834e14a708469 [diff] |
Issue #3153: sqlite leaks on error. Changed statements of the form Py_DECREF(obj), obj = 0 to Py_CLEAR(obj).