diff runtime/blueprint.c @ 105:43cc42df26cc

Various compiler improvements
author Mike Pavone <pavone@retrodev.com>
date Tue, 24 Aug 2010 23:22:17 -0400
parents d4b44ae2e34a
children 9fab36cc706b
line wrap: on
line diff
--- a/runtime/blueprint.c	Wed Aug 11 03:13:28 2010 -0400
+++ b/runtime/blueprint.c	Tue Aug 24 23:22:17 2010 -0400
@@ -21,6 +21,8 @@
 {
 	t_Blueprint * l = (t_Blueprint *)left;
 	t_Blueprint * r = (t_Blueprint *)right;
+	release_ref(left);
+	release_ref(right);
 	return l->bp == r->bp;
 }