git-svn-id: http://ltt.polymtl.ca/svn@127 04897980-b3bd-0310-b5e0-8ef037075253
authoryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 22 Jul 2003 19:06:27 +0000 (19:06 +0000)
committeryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 22 Jul 2003 19:06:27 +0000 (19:06 +0000)
ltt/branches/poly/ltt/facility.c

index 7efcbce08895af9caed18878fd5e1e70d6f994cc..ea34c4a49401bc4b0436d81d28e89ebaf9687506 100644 (file)
@@ -153,11 +153,12 @@ void generateFacility(LttFacility *f, facility *fac,LttChecksum checksum)
       field->parent = NULL;
       field->child = NULL;
       field->current_element = 0;
-      
+
       //construct field tree and type graph
       constructTypeAndFields(f,((event*)(events->array[i]))->type,field);
     }else{
-      evType->root_field = NULL;      
+      evType->root_field = NULL;
+      sequence_pop(&(f->all_fields));
       g_free(field);
     }
   }  
This page took 0.023755 seconds and 4 git commands to generate.