diff options
| author | Michael Biebl <biebl@debian.org> | 2019-02-26 19:01:41 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-02-26 19:01:41 +0100 |
| commit | 964ae8cc391520440cf5aa13e2b9cc34850ea6c2 (patch) | |
| tree | 50da9ecaee7fbb612ec18f9e24f7dec215bf7861 /libnm/nm-device-tun.c | |
| parent | 3626b425d1bc017fdc6f1ea0cfd329d1e1681641 (diff) | |
New upstream version 1.14.6 upstream/1.14.6
Diffstat (limited to 'libnm/nm-device-tun.c')
| -rw-r--r-- | libnm/nm-device-tun.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm/nm-device-tun.c b/libnm/nm-device-tun.c index 2c88bf33..b5721350 100644 --- a/libnm/nm-device-tun.c +++ b/libnm/nm-device-tun.c @@ -268,6 +268,7 @@ finalize (GObject *object) NMDeviceTunPrivate *priv = NM_DEVICE_TUN_GET_PRIVATE (object); g_free (priv->mode); + g_free (priv->hw_address); G_OBJECT_CLASS (nm_device_tun_parent_class)->finalize (object); } |