commit | 2d99c33141883d6a4fffff2614f976d33ffa9e70 | [log] [tgz] |
---|---|---|
author | yq.wang <yq.wang@mobiletek.cn> | Thu Nov 14 00:31:21 2024 -0800 |
committer | yq.wang <yq.wang@mobiletek.cn> | Thu Nov 14 00:31:21 2024 -0800 |
tree | 504be20715711a6405719ff79e541fec2df95e2a | |
parent | 29f0526a2c46b4b7f8ff04ca5c0a4066f8fecba5 [diff] |
解决89820 Change-Id: I4a0a433200c4f9d165155a1583800bfd9a50248f
diff --git a/mbtk/libmbtk_lib/ril/mbtk_info_api.c b/mbtk/libmbtk_lib/ril/mbtk_info_api.c index 9fca322..4810742 100755 --- a/mbtk/libmbtk_lib/ril/mbtk_info_api.c +++ b/mbtk/libmbtk_lib/ril/mbtk_info_api.c
@@ -343,6 +343,11 @@ } read_thread_exit: + if(epoll_fd >= 0) + { + close(epoll_fd); + epoll_fd = 0; + } LOGD("info_read thread exit."); return NULL; }