From: yangxx Date: Wed, 23 Jul 2003 18:51:16 +0000 (+0000) Subject: git-svn-id: http://ltt.polymtl.ca/svn@132 04897980-b3bd-0310-b5e0-8ef037075253 X-Git-Tag: v0.12.20~3357 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=cf1307afdbc277b663c03f79deb818cf270536b0;p=lttv.git git-svn-id: ltt.polymtl.ca/svn@132 04897980-b3bd-0310-b5e0-8ef037075253 --- 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"); }