if you use visual studio,  try visual leak detector<http://vld.codeplex.com/>,
 it can print callstack used for memory allocation led to every mem leak
block. certainly it can show the line number, in fact, you can double click
the callstack result to jump to the source line.
Have a try, I highly recommend it.

On Tue, Aug 16, 2011 at 11:33 PM, SAMMM <somnath.nit...@gmail.com> wrote:

> Will It show the line number where the memory leak is present ???
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to