Fixed a typo
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Thu, 24 Nov 2005 15:36:48 +0000 (15:36 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Thu, 24 Nov 2005 15:36:48 +0000 (15:36 +0000)
[r6983]

ir/tr/entity.c

index 8cb11fb..cac4e82 100644 (file)
@@ -201,7 +201,7 @@ static void free_entity_attrs(entity *ent) {
   }
   if (ent->param_weight) {
     DEL_ARR_F(ent->param_weight);
-    ent->param_weight;
+    ent->param_weight = NULL;
   }
 }