]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixed a small potential memory leak in UnicodeResultProcessor (for some weird
authorGaëtan de Menten <gdementen@gmail.com>
Sat, 27 Nov 2010 21:27:42 +0000 (22:27 +0100)
committerGaëtan de Menten <gdementen@gmail.com>
Sat, 27 Nov 2010 21:27:42 +0000 (22:27 +0100)
commit20418096d5862ed40f22b6c7b7cc53dd212bbd21
tree564cb709dc0d96d6b47754d898cfd362ff6bd850
parent77f641429f019d06cc467ec4e57ae94f808d70bd
fixed a small potential memory leak in UnicodeResultProcessor (for some weird
reason, it didn't actually leak in my tests) by providing a dealloc method to
the type, and added a test to ensure it stays that way. Closes #1981.
lib/sqlalchemy/cextension/processors.c
lib/sqlalchemy/cextension/resultproxy.c
test/aaa_profiling/test_memusage.py