diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-06 00:49:42 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-06 00:49:42 +0000 |
commit | 260cfc437f721e06bb126a9d4803f88c9ae5a9fe (patch) | |
tree | b9afadc683fcf9ffe72c49f7e12f00667c8f5b14 /hw | |
parent | 62a3fe29aa33651ca9b0af78dc5e1cf72ecd66be (diff) | |
download | qemu-260cfc437f721e06bb126a9d4803f88c9ae5a9fe.tar.gz qemu-260cfc437f721e06bb126a9d4803f88c9ae5a9fe.tar.bz2 qemu-260cfc437f721e06bb126a9d4803f88c9ae5a9fe.zip |
Revert part of 6531, fix build failure
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6543 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r-- | hw/baum.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -621,6 +621,7 @@ CharDriverState *chr_baum_init(void) fail: qemu_free_timer(baum->cellCount_timer); brlapi__closeConnection(handle); +fail_handle: free(handle); free(chr); free(baum); |