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

[vidalia-svn] r2009: Stop leaking 8 bytes for pretty much every circuit we plotte (in trunk: . src/gui/network)



Author: edmanm
Date: 2007-10-12 02:33:16 -0400 (Fri, 12 Oct 2007)
New Revision: 2009

Modified:
   trunk/
   trunk/src/gui/network/tormapwidget.cpp
Log:
 r2082@lysithea:  edmanm | 2007-10-12 02:33:11 -0400
 Stop leaking 8 bytes for pretty much every circuit we plotted on the network
 map. Found by arma and his trusty valgrind.



Property changes on: trunk
___________________________________________________________________
 svk:merge ticket from /local/vidalia/trunk [r2082] on dc66be73-d13e-47ba-a267-8dc7cda68c65

Modified: trunk/src/gui/network/tormapwidget.cpp
===================================================================
--- trunk/src/gui/network/tormapwidget.cpp	2007-10-12 05:47:46 UTC (rev 2008)
+++ trunk/src/gui/network/tormapwidget.cpp	2007-10-12 06:33:16 UTC (rev 2009)
@@ -143,6 +143,7 @@
   if (circpath) {
     delete circpath;
   }
+  delete circ;
 }
 
 /** Selects and highlights the router on the map. */