X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Ffacility.c;h=13781668ad00482d16ee754ca3f5eb97286ac3df;hb=cf1307afdbc277b663c03f79deb818cf270536b0;hp=ea34c4a49401bc4b0436d81d28e89ebaf9687506;hpb=72a508f8d22aa0700f4712fb1103ebde9ae73156;p=lttv.git 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"); }