comparison Wnn/jlib/js.c @ 1:790205f476c0

applied wnn_dec12.diff
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 13 Dec 2007 04:47:24 +0900
parents bbc77ca4def5
children 338478efe78d
comparison
equal deleted inserted replaced
0:bbc77ca4def5 1:790205f476c0
977 /* 本来は、free しなきゃあかんのだけど、リソース管理が出来ないし、 977 /* 本来は、free しなきゃあかんのだけど、リソース管理が出来ないし、
978 まあ、8バイトだから、ゴミが残るけどいいだろう。 978 まあ、8バイトだから、ゴミが残るけどいいだろう。
979 free((char *)env); 979 free((char *)env);
980 */ 980 */
981 set_current_js (env->js_id); 981 set_current_js (env->js_id);
982 handler_of_jserver_dead (NULL); 982 handler_of_jserver_dead (0);
983 snd_env_head (&tmp_env, JS_DISCONNECT); 983 snd_env_head (&tmp_env, JS_DISCONNECT);
984 snd_flush (); 984 snd_flush ();
985 x = get4com (); 985 x = get4com ();
986 if (x == -1) 986 if (x == -1)
987 { 987 {