<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
	<?php
	include("../php_common/common.php");
	printMetaHeader("David Fries - Too Lazy Garbage Collection"); ?>
</HEAD>
<BODY>
<?php
printheader();
?>

<?php ptableTop() ?>
Too Lazy Garbage Collection
<?php ptableMiddle() ?>

<p>
If garbage collection is lazy enough, it feels like a BUG, when it does its
job.  In this case the Qt/QML/JavaScript garbage collector was garbage
collecting the dynamically created window some minutes or hours later as I used
the program.  It would just vanish.  No more problems once I held a reference
in an array to it, but if the garbage collector didn't take so long to reclaim
it, I would have figured out my mistake when I first started using it rather
than weeks later.

<?php ptableBottom() ?>

<?php  printfooter(); ?>
</BODY>
