Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Event messages not being freed by proxy

I ran valgrind (3.2.3) on my proxy looking for problems with memory leaks. 
When I do this, it looks like the event messages I create and which get 
sent to the front end are not being freed. One example is the attribute 
definition events I'm sending, which look like about 500k bytes allocated 
and never freed. After I create these messages, I put them on the event 
list to be sent to the front end, and assume I'm done with them once I've 
enqueued them, since I have no way to get control back after the message 
has been sent. Is there any way I could be doing something resulting in 
these messages not being freed?
Dave


Back to the top