about summary refs log tree commit diff
path: root/src/devices/nm-acd-manager.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2019-09-06 09:26:09 +0200
committerMichael Biebl <biebl@debian.org>2019-09-06 09:26:09 +0200
commit473dd863356491d7b984baef9c72e886c774a451 (patch)
treef7863ed06a67003b8a362e1146a1dff22ea16c55 /src/devices/nm-acd-manager.c
parentdf49315721969c1013256ce92c6a0f825450f814 (diff)
parent555dfa331e295a3a687a7cc6870e1349ffed8f26 (diff)
Update upstream source from tag 'upstream/1.20.2'
Update to upstream version '1.20.2'
with Debian dir 0356038b3aea3f0577988e0b1019b86c657592cd
Diffstat (limited to 'src/devices/nm-acd-manager.c')
-rw-r--r--src/devices/nm-acd-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-acd-manager.c b/src/devices/nm-acd-manager.c
index 16d3df8a..aca7ffd2 100644
--- a/src/devices/nm-acd-manager.c
+++ b/src/devices/nm-acd-manager.c
@@ -174,7 +174,6 @@ acd_event (GIOChannel *source, GIOCondition condition, gpointer data)
 	AddressInfo *info;
 	gboolean emit_probe_terminated = FALSE;
 	char address_str[INET_ADDRSTRLEN];
-	gs_free char *hwaddr_str = NULL;
 	int r;
 
 	if (n_acd_dispatch (self->acd))
@@ -182,6 +181,7 @@ acd_event (GIOChannel *source, GIOCondition condition, gpointer data)
 
 	while (   !n_acd_pop_event (self->acd, &event)
 	       && event) {
+		gs_free char *hwaddr_str = NULL;
 		gboolean check_probing_done = FALSE;
 
 		switch (event->event) {