git-svn-id: http://ltt.polymtl.ca/svn@132 04897980-b3bd-0310-b5e0-8ef037075253
authoryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 23 Jul 2003 18:51:16 +0000 (18:51 +0000)
committeryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 23 Jul 2003 18:51:16 +0000 (18:51 +0000)
ltt/branches/poly/ltt/facility.c

index ea34c4a49401bc4b0436d81d28e89ebaf9687506..13781668ad00482d16ee754ca3f5eb97286ac3df 100644 (file)
@@ -89,7 +89,7 @@ void ltt_facility_open(LttTrace * t, char * pathname)
       table_dispose(&fac->named_types);
       freeTypes(&fac->unnamed_types);
       sequence_dispose(&fac->unnamed_types);      
-      free(fac);
+      g_free(fac);
     }
     else in.error(&in,"facility token was expected");
   }
This page took 0.025045 seconds and 4 git commands to generate.