]> granicus.if.org Git - python/commit
Fix memory leaks in the ctypes test suite, reported by valgrind, by
authorThomas Heller <theller@ctypes.org>
Fri, 5 May 2006 18:43:24 +0000 (18:43 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 5 May 2006 18:43:24 +0000 (18:43 +0000)
commit748f6fbf2cbd0408ef3cdbe1661acaa5d72bee21
treef9f8c9c3af25d91e1cec33dae0715ac5ac4874ac
parent21a929f5ab6dd52b880e49272a50de5ee507137d
Fix memory leaks in the ctypes test suite, reported by valgrind, by
free()ing the memory we allocate.
Lib/ctypes/test/test_slicing.py