Fix loggcatd: removed duplicate call to android_logger_list_free (#19903)

pull/19909/head
Dean Lee 4 years ago committed by GitHub
parent 2153d877f4
commit 1e9e7264fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/logcatd/logcatd_android.cc

@ -63,7 +63,6 @@ int main() {
pm.send("androidLog", msg);
}
android_logger_list_close(logger_list);
android_logger_list_free(logger_list);
return 0;
}

Loading…
Cancel
Save