Closed shoyu63 closed 11 years ago
Mistake in the destructor. self.conn.conn doesn't exist but self.conn is OK. The SqliteMultithread didn't close. Then, you might have a sort of thread leak.
Mistake in the destructor. self.conn.conn doesn't exist but self.conn is OK. The SqliteMultithread didn't close. Then, you might have a sort of thread leak.