From d11c3801f06d02e0a1d67db51465c92c91a0a14f Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Fri, 15 Feb 2013 17:59:07 +0100 Subject: [PATCH] device: Do not double free the device records list Typo from the previous commit... --- src/device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/device.c b/src/device.c index 29cb671..e972295 100644 --- a/src/device.c +++ b/src/device.c @@ -66,7 +66,6 @@ static void free_device(gpointer data) near_ndef_records_free(device->records); - g_list_free(device->records); g_free(device->path); g_free(device->data); g_free(device); -- 2.7.4