Still Reachable Leaks Found in Ulfius #213
-
Hi, When testing Ulfius framework for REST Interface support in our project, few still reachable leaks were encountered in the below scenario. Scenario: To make sure the API usages were proper, the test was performed using the example code provided and we could find leaks there as well. Please find the attached leak report Could you please let us know if there are any APIs which could be used to resolve these leaks. Thanks and regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, A https://valgrind.org/docs/manual/faq.html#faq.deflost |
Beta Was this translation helpful? Give feedback.
Hello,
A
still reachable
leak is usually not a lost allocated memory. It can be, for example, blocks of memory allocated by a library, and kept in memory to be reused by other instances that use the same library.https://valgrind.org/docs/manual/faq.html#faq.deflost
https://stackoverflow.com/questions/3840582/still-reachable-leak-detected-by-valgrind/3857638#3857638