Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
2465 Discussions

Potential leak in class internal::continue_input

Laurent_D_
Beginner
231 Views

Hello everybody,

I am hunting memory leaks in our application that use tbb. I am using a tool and during my debugging I see something that look like a memory leak in Intel TBB.

In the class internal::continue_input (_flow_graph_node_impl.h), "my_body" is allocated in the constructor. But it's not destroyed.

Can someone else confirm this ? Did I miss something ?

Laurent Desmecht

0 Kudos
1 Reply
Christophe_H_Intel
231 Views

Hello, Laurent,

Thank you very much for the report; good catch.  The fix should appear in the next update.

Regards,
Chris

0 Kudos
Reply