diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2017-10-10 09:52:39 +0200 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2017-10-10 09:52:39 +0200 |
commit | 31ad3dbc966ccbad7e26079561f13a587b44ebae (patch) | |
tree | acbaf677602c55129c89ddaacba1934ced25b2a6 /src/nm-ip4-config.c | |
parent | e037c66b6a14d4465cd0f2219bfe5320e72ef743 (diff) | |
download | NetworkManager-31ad3dbc966ccbad7e26079561f13a587b44ebae.tar.gz |
core: fix memory leaks in NMIP{4,6}Config
Fixes: 03e1cc96a5dc3d9a9b86f60810a330332c484a94
Fixes: 9a3117f1d3095e58859efce57ea4fb41d8fb7696
Diffstat (limited to 'src/nm-ip4-config.c')
-rw-r--r-- | src/nm-ip4-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-ip4-config.c b/src/nm-ip4-config.c index 63eb3a71ff..657ea6346b 100644 --- a/src/nm-ip4-config.c +++ b/src/nm-ip4-config.c @@ -713,7 +713,7 @@ nm_ip4_config_add_dependent_routes (NMIP4Config *self, NM_PLATFORM_IP_ROUTE_CMP_TYPE_ID)) { /* we already track this route. Don't add it again. */ } else - _add_route (self, nmp_object_ref (r), NULL, NULL); + _add_route (self, r, NULL, NULL); if ( out_ip4_dev_route_blacklist && ( route_table != RT_TABLE_MAIN |