in cmd/img_mgmt/port/zephyr/src/zephyr_img_mgmt.c [365:370]
static inline void free_ctx(struct flash_img_context *ctx) { if (CONFIG_HEAP_MEM_POOL_SIZE > 0) { k_free(ctx); } }