Android-x86
Fork

  • R/O
  • HTTP
  • SSH
  • HTTPS

hardware-libsensors: コミット

hardware/libsensors


コミットメタ情報

リビジョンac738e6df03b9e6f94d23ecbafc10c38a14cb92e (tree)
日時2016-07-25 17:07:20
作者Chih-Wei Huang <cwhuang@linu...>
コミッターChih-Wei Huang

ログメッセージ

iio-sensors: add the missing closedir

変更サマリ

差分

--- a/iio-sensors.cpp
+++ b/iio-sensors.cpp
@@ -421,6 +421,7 @@ SensorPollContext::SensorPollContext(const struct hw_module_t *module, struct hw
421421 }
422422 }
423423 }
424+ closedir(dir);
424425 }
425426 ALOGD("%s: module=%p sensors: %d", __FUNCTION__, module, count);
426427 }
旧リポジトリブラウザで表示