in Transform360/vf_transform360.c [297:305]
static av_cold void uninit(AVFilterContext *ctx) {
TransformContext *s = ctx->priv;
av_dict_free(&s->opts);
s->opts = NULL;
VideoFrameTransform_delete(s->transform);
s->transform = NULL;
}