X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=types%2Fstruct.c;h=22689c1cc4130f46053ccd701024c3b1d19eeb1c;hp=3961afc529e7492fa568fc61d53a3863e3e21503;hb=refs%2Ftags%2Fv1.0.0-rc6;hpb=a35173fe7e72fe456cbd19db34a5ff7a09a0c7ff diff --git a/types/struct.c b/types/struct.c index 3961afc5..22689c1c 100644 --- a/types/struct.c +++ b/types/struct.c @@ -3,7 +3,9 @@ * * BabelTrace - Structure Type Converter * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -18,6 +20,7 @@ #include #include +#include #include #ifndef max @@ -166,6 +169,7 @@ void _struct_definition_free(struct definition *definition) } free_definition_scope(_struct->p.scope); declaration_unref(_struct->p.declaration); + g_ptr_array_free(_struct->fields, TRUE); g_free(_struct); }