https://bugs.kde.org/show_bug.cgi?id=483372

Tom Hughes <t...@compton.nu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t...@compton.nu
             Status|REPORTED                    |RESOLVED
         Resolution|---                         |NOT A BUG

--- Comment #1 from Tom Hughes <t...@compton.nu> ---
It has been detected - that's what the leak report is.

The call to another_function changed the value of var_one causing the original
value to be leaked, and that leak was correctly reported by valgrind.

The free call then frees the block which var_one now points to, which is the
second allocated done by another_function, so there is no problem to report
with that block.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to