Comment 20 for bug 1642068

Revision history for this message
Gustavo Niemeyer (niemeyer) wrote :

Did you did into that problem? I don't see the potential leak looking at the function. All of the arguments other than *ThreadStart are allocated in the stack, and ts is freed on threadentry which is the function provided as the start_routine parameter of pthread_create.

What is the actual issue reported?