From 432bebc4a23c7a3513591ac5b71fe5fca2c41171 Mon Sep 17 00:00:00 2001 From: pmf Date: Mon, 15 Oct 2007 18:54:46 +0000 Subject: [PATCH] state.c: fix some resource g_array_free()'s git-svn-id: http://ltt.polymtl.ca/svn@2700 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/lttv/state.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ltt/branches/poly/lttv/lttv/state.c b/ltt/branches/poly/lttv/lttv/state.c index 6bd7912a..584ae3ae 100644 --- a/ltt/branches/poly/lttv/lttv/state.c +++ b/ltt/branches/poly/lttv/lttv/state.c @@ -1155,7 +1155,7 @@ static void lttv_state_free_cpu_states(LttvCPUState *states, guint n) guint i; for(i=0; imode_stack, FALSE); + g_array_free(bds->mode_stack, TRUE); g_free(bds); } -- 2.34.1