diff options
Diffstat (limited to 'src/devices/nm-acd-manager.c')
| -rw-r--r-- | src/devices/nm-acd-manager.c | 2 |
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) { |