Searched refs:snapshots (Results 1 – 1 of 1) sorted by relevance
17 lv_img_dsc_t * snapshots[NUM_SNAPSHOTS] = {NULL}; in test_snapshot_should_not_leak_memory() local23 snapshots[idx] = lv_snapshot_take(lv_scr_act(), LV_IMG_CF_TRUE_COLOR_ALPHA); in test_snapshot_should_not_leak_memory()24 TEST_ASSERT_NOT_NULL(snapshots[idx]); in test_snapshot_should_not_leak_memory()28 lv_snapshot_free(snapshots[idx]); in test_snapshot_should_not_leak_memory()