mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 01:47:58 +02:00
platform: fix wrong cleanup function in ip_route_get()
Fixes:33a2a7c3e3(cherry picked from commit3de3f59ffd)
This commit is contained in:
parent
55845e84da
commit
c17315d555
1 changed files with 1 additions and 1 deletions
|
|
@ -6416,7 +6416,7 @@ ip_route_get (NMPlatform *platform,
|
|||
int try_count = 0;
|
||||
WaitForNlResponseResult seq_result;
|
||||
int nle;
|
||||
nm_auto_nlmsg NMPObject *route = NULL;
|
||||
nm_auto_nmpobj NMPObject *route = NULL;
|
||||
|
||||
nm_assert (NM_IS_LINUX_PLATFORM (platform));
|
||||
nm_assert (NM_IN_SET (addr_family, AF_INET, AF_INET6));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue