vfs101: Fix an use-after-free issue

This commit is contained in:
Marco Trevisan (Treviño)
2026-07-13 08:13:46 +00:00
committed by Marco Trevisan
parent 2aa415f233
commit 62c8554dac
+1 -1
View File
@@ -184,8 +184,8 @@ async_send_cb (FpiUsbTransfer *transfer, FpDevice *device,
}
else
{
g_error_free (error);
fp_dbg ("Ignoring send error: %s", error->message);
g_error_free (error);
}
}
/* Reset ignore_error flag */