aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/sim-utils.c')
-rw-r--r--sim/common/sim-utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/sim-utils.c b/sim/common/sim-utils.c
index 0e8cd5a..6f147b2 100644
--- a/sim/common/sim-utils.c
+++ b/sim/common/sim-utils.c
@@ -98,6 +98,7 @@ sim_state_free (SIM_DESC sd)
#endif
free (STATE_PROG_FILE (sd));
+ free (STATE_PROG_ARGV0 (sd));
free (sd);
}