aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2024-05-30 08:43:34 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2024-05-30 08:46:54 +0000
commitb3277a8563f60ddafd529f2e02f58a28bc48de5b (patch)
treeb42fe45f739a14dbb0e0996cbc2ccb8df3739a37 /src
parent7d0737a8130028265d1f07da7044cd3c26063bec (diff)
port-mbim-fibocom: fix duplicated GError free
Diffstat (limited to 'src')
-rw-r--r--src/plugins/fibocom/mm-port-mbim-fibocom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fibocom/mm-port-mbim-fibocom.c b/src/plugins/fibocom/mm-port-mbim-fibocom.c
index 76957064..653a3a82 100644
--- a/src/plugins/fibocom/mm-port-mbim-fibocom.c
+++ b/src/plugins/fibocom/mm-port-mbim-fibocom.c
@@ -119,7 +119,7 @@ at_command_ready (MbimDevice *device,
GAsyncResult *res,
GTask *task)
{
- g_autoptr(GError) error = NULL;
+ GError *error = NULL;
MMPortMbimFibocom *self;
guint32 ret_size = 0;
const guint8 *ret_str = NULL;