aboutsummaryrefslogtreecommitdiffstats
path: root/android/sync-utils.c
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-01-20 14:35:55 -0800
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-01-20 14:35:55 -0800
commitac389ae4513263597dc02e4099867d5123faaa04 (patch)
tree6286373e4fe848803b263e208e21a928b7ef42ea /android/sync-utils.c
parentff926d00b2884a3b0b0b31a7f388e535dcf61ab4 (diff)
downloadexternal_qemu-ac389ae4513263597dc02e4099867d5123faaa04.zip
external_qemu-ac389ae4513263597dc02e4099867d5123faaa04.tar.gz
external_qemu-ac389ae4513263597dc02e4099867d5123faaa04.tar.bz2
Force core to send entire framebuffer on UI attachment
Change-Id: I2feb813314163b94781ffe765eb23527b6c4a0f1
Diffstat (limited to 'android/sync-utils.c')
-rw-r--r--android/sync-utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/sync-utils.c b/android/sync-utils.c
index 32c803c..6d3cea6 100644
--- a/android/sync-utils.c
+++ b/android/sync-utils.c
@@ -113,7 +113,6 @@ void
syncsocket_free(SyncSocket* ssocket)
{
if (ssocket != NULL) {
- syncsocket_close(ssocket);
if (ssocket->iolooper != NULL) {
iolooper_free(ssocket->iolooper);
}