diff options
author | David 'Digit' Turner <digit@android.com> | 2010-10-13 16:52:14 +0200 |
---|---|---|
committer | David 'Digit' Turner <digit@android.com> | 2010-10-13 16:52:14 +0200 |
commit | 73f31662e687ea96d579ce9dca45c640b930985f (patch) | |
tree | 8f1c7038d4dc4a42876509774bcccc9e6958036c /android | |
parent | 00fa926bdd4c7d169f1124b6029234dcc254bc1f (diff) | |
download | external_qemu-73f31662e687ea96d579ce9dca45c640b930985f.zip external_qemu-73f31662e687ea96d579ce9dca45c640b930985f.tar.gz external_qemu-73f31662e687ea96d579ce9dca45c640b930985f.tar.bz2 |
emulator-ui: fix crash on exit
+ remove net_cleanup() call in qemu_main(). It is not needed since the
corresponding function only deals with the virtual LAN management
and was causing build issues on some machines.
Change-Id: I63896b9886c59259f75025277601711b450b2c0d
Diffstat (limited to 'android')
-rw-r--r-- | android/ui-core-protocol.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/android/ui-core-protocol.c b/android/ui-core-protocol.c index fa1a31a..4da625c 100644 --- a/android/ui-core-protocol.c +++ b/android/ui-core-protocol.c @@ -185,10 +185,7 @@ android_core_audio_get_backend_name(int is_input, int index, void android_core_system_shutdown_request(void) { - /* Temporary implementation for the monolitic (core + ui) builds. */ -#if !defined(CONFIG_STANDALONE_UI) qemu_system_shutdown_request(); -#endif // !CONFIG_STANDALONE_UI } int |