mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Use qemu_free() on env instead of free.
Fixes a glibc Abort on qemu-x86_64 -cpu foo. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5314 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f4af02ed1b
commit
bb332cb234
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ void cpu_reset(CPUX86State *env)
|
|||
|
||||
void cpu_x86_close(CPUX86State *env)
|
||||
{
|
||||
free(env);
|
||||
qemu_free(env);
|
||||
}
|
||||
|
||||
/***********************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue