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

albatross
Dean Lee 2021-01-25 06:37:12 +08:00 committed by GitHub
parent 2153d877f4
commit 1e9e7264fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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