diff options
Diffstat (limited to 'sim/common/hw-base.c')
-rw-r--r-- | sim/common/hw-base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/hw-base.c b/sim/common/hw-base.c index 130475b..364dc4d 100644 --- a/sim/common/hw-base.c +++ b/sim/common/hw-base.c @@ -511,7 +511,7 @@ hw_delete (struct hw *me) delete_hw_alloc_data (me); /* finally */ - zfree (me); + free (me); } void |