diff --git a/src/xrt/drivers/vf/vf_driver.c b/src/xrt/drivers/vf/vf_driver.c index e08331da1..2b196002d 100644 --- a/src/xrt/drivers/vf/vf_driver.c +++ b/src/xrt/drivers/vf/vf_driver.c @@ -188,7 +188,7 @@ vf_fs_frame(struct vf_fs *vid, GstSample *sample) if (!gst_video_frame_map(&vff->frame, &info, buffer, GST_MAP_READ)) { VF_ERROR(vid, "Failed to map frame %d", seq); - // Yes, we should do this here because we don't want the destroy function to to run. + // Yes, we should do this here because we don't want the destroy function to run. free(vff); return; }