fix a memory leak in compile-i386.c
commit84e51f9005d81e21c24c453babbb9347f0fd0795
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Tue, 9 Aug 2011 12:20:23 +0000 (9 14:20 +0200)
committerChristopher Li <sparse@chrisli.org>
Thu, 11 Aug 2011 02:55:24 +0000 (10 19:55 -0700)
tree2f54a1e0febac6110bd177e41483e841dd5b4bd8
parent9bc7588b099c4178a509696c4f423fd170180c28
fix a memory leak in compile-i386.c

Don't allocate val twice in emit_divide.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Acked-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Christopher Li <sparse@chrisli.org>
compile-i386.c