We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 631760a + b90f94d commit f87b0b2Copy full SHA for f87b0b2
1 file changed
platforms/tab5/main/hal/components/hal_camera.cpp
@@ -323,8 +323,8 @@ void app_camera_display(void* arg)
323
constexpr uint32_t kRgb565BytesPerPixel = 2;
324
uint32_t img_show_size = screen_width * screen_height * kRgb565BytesPerPixel;
325
// uint32_t img_offset = 280 * 720 * 2;
326
- heap_caps_free(img_show);
327
- img_show = NULL;
+ heap_caps_free(img_show_data);
+ img_show_data = NULL;
328
}
329
// close(camera->fd);
330
0 commit comments