From cf1307afdbc277b663c03f79deb818cf270536b0 Mon Sep 17 00:00:00 2001 From: yangxx Date: Wed, 23 Jul 2003 18:51:16 +0000 Subject: [PATCH] git-svn-id: http://ltt.polymtl.ca/svn@132 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/facility.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/ltt/facility.c b/ltt/branches/poly/ltt/facility.c index ea34c4a4..13781668 100644 --- a/ltt/branches/poly/ltt/facility.c +++ b/ltt/branches/poly/ltt/facility.c @@ -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"); } -- 2.34.1