X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=types%2Ftypes.c;h=3b48d83abe0da025479690079d5a2a96cdd916eb;hp=b9576ea3109ab98e07ff3473f23983a5a0d77e14;hb=7d11cac68520597dfe2cbb67f17a1340d41fc0d9;hpb=4152822bf555f86a1dce28cb6755ff0849c3a75a diff --git a/types/types.c b/types/types.c index b9576ea3..3b48d83a 100644 --- a/types/types.c +++ b/types/types.c @@ -298,7 +298,7 @@ struct declaration_scope * scope->typedef_declarations = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, - (GDestroyNotify) definition_unref); + (GDestroyNotify) declaration_unref); scope->struct_declarations = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, (GDestroyNotify) declaration_unref);