diff options
| author | Michael Biebl <biebl@debian.org> | 2019-09-06 09:25:17 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-09-06 09:25:17 +0200 |
| commit | 555dfa331e295a3a687a7cc6870e1349ffed8f26 (patch) | |
| tree | aebc4e1ffa38b05780f0c1fe39bf78ca63c979c6 /src/devices/nm-acd-manager.c | |
| parent | 5c79b900b59a5ad162ecc836e424468207ff031e (diff) | |
New upstream version 1.20.2 upstream/1.20.2
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) { |