Opened 13 years ago
Last modified 13 years ago
#3587 new Bugs
Hi,I find memory leaks in boost::python where the Py_Finalize() been called.
Reported by: | Owned by: | - | |
---|---|---|---|
Milestone: | Boost 1.41.0 | Component: | python USE GITHUB |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | memory leak python | Cc: |
Description
when I wrote "boost::python::detail::init_module("xxxx", &init_module_xxxx);" in my code,the memory leak occurred when the application ended(I'm sure that I called Py_Finalize() already).
Note:
See TracTickets
for help on using tickets.
test case? how do you know something leaked?