Ticket #403 (new defect)
Opened 4 years ago
bufaccess test leaks memory
| Reported by: | scoder | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | wishlist |
| Component: | Testing | Keywords: | |
| Cc: |
Description
According to valgrind, a test in bufaccess leaks memory after calling into create_indirect_buffer. This doesn't affect Cython itself, but it would be nice if the testsuite was leak free to make it more apparent *if* there ever is a problem in the Cython generated code.
24 (8 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 58
at 0x4025D2E: malloc (vg_replace_malloc.c:207)
by 0x6875BBA: __pyx_f_9bufaccess_10MockBuffer_create_indirect_buffer (in .../cython-devel/BUILD/run/c/bufaccess.so)
Note: See
TracTickets for help on using
tickets.
