Check-in [7b3928681e]
Not logged in
Overview

SHA1 Hash:7b3928681ea253b08fcc6546387d0e55f42d4526
Date: 2007-11-16 06:51:25
User: aku
Comment:Bugfix. Destroy graph object after use.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified tools/cvs2fossil/lib/c2f_cyclebreaker.tcl from [b193a65e99] to [41093323e5].

@@ -84,10 +84,12 @@
 	    }
 	    if {![llength [dg nodes]]} break
 	    BreakCycle $dg [FindCycle $dg]
 	    InitializeCandidates $dg
 	}
+
+	dg destroy
 
 	log write 3 cyclebreaker Done.
 	return
     }