service: Free service->timeservers
authorAlok Barsode <alok.barsode@linux.intel.com>
Fri, 3 Feb 2012 18:25:58 +0000 (20:25 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Sat, 4 Feb 2012 00:15:36 +0000 (01:15 +0100)
src/service.c

index edf7b22..42117a3 100644 (file)
@@ -3407,6 +3407,7 @@ static void service_free(gpointer user_data)
                service->ipconfig_ipv6 = NULL;
        }
 
+       g_strfreev(service->timeservers);
        g_strfreev(service->nameservers);
        g_strfreev(service->nameservers_config);
        g_strfreev(service->nameservers_auto);