commit | 81f194dd69756677cc36ff0827bf970f0f048914 | [log] [tgz] |
---|---|---|
author | Bharata B Rao <bharata@linux.vnet.ibm.com> | Fri Sep 26 14:37:38 2014 +0530 |
committer | Alexander Graf <agraf@suse.de> | Tue Nov 04 23:26:12 2014 +0100 |
tree | 5f1f0ab25c0d0fa00fdaf29484e53154630c96e7 | |
parent | 54ff58bb10acd6938b43dd3504ece4a7f4eb3fa1 [diff] |
target-ppc: Fix an invalid free in opcode table handling code. Opcode table has direct, indirect and double indirect handlers, but ppc_cpu_unrealizefn() frees direct handlers which are never allocated and never frees double indirect handlers. Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com> Signed-off-by: Alexander Graf <agraf@suse.de>