[PATCH v2 2/2] adapter: Fix improper freeing with g_free in convert_config

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Memory in textfile_get is allocated with malloc and it should be freed
with free not g_free.
---
 src/adapter.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/adapter.c b/src/adapter.c
index d6f8a37..f134dfe 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -2702,7 +2702,7 @@ static void convert_config(struct btd_adapter *adapter, const char *filename,
 			return;
 		}
 
-		g_free(converted);
+		free(converted);
 	}
 
 	if (read_local_name(&adapter->bdaddr, str) == 0)
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux