summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Kim <jihoon48.kim@samsung.com>2016-12-01 19:36:35 +0900
committerJihoon Kim <jihoon48.kim@samsung.com>2016-12-01 19:36:35 +0900
commit40dca91679745340a68763bae1b3e60ce0a9c25c (patch)
tree6e17dbac1a3ead5d6dd1b851c3bb40c323643f0c
parent1f5b114092cf33dae717b3f2c71d3910ed0ae2da (diff)
downloadise-engine-anthy-40dca91679745340a68763bae1b3e60ce0a9c25c.tar.gz
ise-engine-anthy-40dca91679745340a68763bae1b3e60ce0a9c25c.tar.bz2
ise-engine-anthy-40dca91679745340a68763bae1b3e60ce0a9c25c.zip
Change-Id: Ic00b0f9abeb28dc9760aa6670e1043a69590bcbb Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
-rwxr-xr-xsrc/scim_anthy_helper.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scim_anthy_helper.cpp b/src/scim_anthy_helper.cpp
index 69efb0f..e5ca2af 100755
--- a/src/scim_anthy_helper.cpp
+++ b/src/scim_anthy_helper.cpp
@@ -264,6 +264,8 @@ run (const String &display, const ConfigPointer &config)
gtk_main ();
+ g_io_channel_shutdown (ch, TRUE, NULL);
+
// close connection
helper_agent.close_connection ();
fd = -1;