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

old-commit-hash: 1e9e7264fade9bf324cea46b3b065a2f5fa389a6
This commit is contained in:
Dean Lee
2021-01-25 06:37:12 +08:00
committed by GitHub
parent 0df1db055f
commit 57c4099b7c
-1
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;
}