needed help on devel-leak



hi..
 
    i want to check the code for leak checking, i had used the devel::leak package and  .it returns the address locations of leaked variables..objects ..in the code placed between the handlers
 
use Devel::Leak;
 
  my $count = Devel::Leak::NoteSV($handle);
 
#####  code goes here ####
 
Devel::Leak::CheckSV($handle);
 
but is it possible to trace the actual lines of code against the address locations so that ..we can track the leak..part in the script .. please help in this regard
 
 
Thanks in advance  
Rama Krishna K
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]