From b3277a8563f60ddafd529f2e02f58a28bc48de5b Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 30 May 2024 08:43:34 +0000 Subject: port-mbim-fibocom: fix duplicated GError free --- src/plugins/fibocom/mm-port-mbim-fibocom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3-70-g09d2