[Pidgin] #8433: Pidgin is leaking memory heavily

Pidgin trac at pidgin.im
Wed Feb 25 11:19:19 EST 2009


#8433: Pidgin is leaking memory heavily
-------------------------+--------------------------------------------------
 Reporter:  marek.safar  |           Owner:  lschiere    
     Type:  defect       |          Status:  pending     
Milestone:               |       Component:  unclassified
  Version:  2.5.2        |      Resolution:              
 Keywords:               |   Launchpad_bug:              
-------------------------+--------------------------------------------------
Changes (by datallah):

  * status:  new => pending


Comment:

 I believe that the "bytes allocated" amount is cumulative (the sum of all
 the allocations), not the actual amount of memory that is actually used by
 the process at any given time. (So if you allocate 1MB and then
 immediately free it, it will still factor into that count.)

 If you want to actually see details about the non-leaked memory being
 allocated, the [http://valgrind.org/docs/manual/ms-manual.html massiff
 profiler] in valgrind can do that.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/8433#comment:11>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list