mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
remove duplicate calls to visionstream_destroy (#1843)
old-commit-hash: 3754ddf9ba
This commit is contained in:
@@ -162,7 +162,6 @@ void encoder_thread(bool is_streaming, bool raw_clips, bool front) {
|
||||
VIPCBuf* buf = visionstream_get(&stream, &extra);
|
||||
if (buf == NULL) {
|
||||
LOG("visionstream get failed");
|
||||
visionstream_destroy(&stream);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user