[mlpack-svn] [MLPACK] #310: memory leak in NeighborSearch

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Mon Nov 18 14:36:43 EST 2013


#310: memory leak in NeighborSearch
------------------------+---------------------------------------------------
  Reporter:  bianjiang  |        Owner:              
      Type:  defect     |       Status:  closed      
  Priority:  major      |    Milestone:  mlpack 1.0.8
 Component:  mlpack     |   Resolution:  fixed       
  Keywords:             |     Blocking:              
Blocked By:             |  
------------------------+---------------------------------------------------
Changes (by rcurtin):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => mlpack 1.0.8


Comment:

 Hello there,

 Thank you for pointing this out.  I believe I have fixed the issue in
 r16041, although I was unable to run the test you gave (it never
 terminated; that could be setup-specific though).  Anyway, valgrind
 reports no errors for the AllkNN tests as of r16041, whereas it did
 before.  The issue was that some matrices used to remap points to their
 original indices were not being deleted.

 If the problem isn't fixed, feel free to reopen the bug, and if you have
 further problems, feel free to open other bugs.

 Thanks again!

 Ryan

-- 
Ticket URL: <https://trac.research.cc.gatech.edu/fastlab/ticket/310#comment:3>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed at Georgia Tech.


More information about the mlpack-svn mailing list